diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-25 23:48:58 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-25 23:48:58 +0000 |
commit | 75acd74d5b23af6f90921793283aede57b5c1e89 (patch) | |
tree | fc766b0c845a3d69e1aea5eea32a3db7e9b4c5ef | |
parent | 0c63156428aabed814b18ceafe616c91f3a3c7d3 (diff) | |
download | troggle-75acd74d5b23af6f90921793283aede57b5c1e89.tar.gz troggle-75acd74d5b23af6f90921793283aede57b5c1e89.tar.bz2 troggle-75acd74d5b23af6f90921793283aede57b5c1e89.zip |
-rw-r--r-- | core/views_caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views_caves.py b/core/views_caves.py index 55fbf8e..c3ed0b1 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -58,7 +58,7 @@ def caveindex(request): caves1626 = list(Cave.objects.filter(area__short_name = "1626")) caves1623.sort(caveCmp) caves1626.sort(caveCmp) - return render_with_context(request,'caveindex.html', {'caves1623': caves1623, 'caves1626': caves1626, 'notablecaves':notablecaves, 'cavepage': True}) + return render_with_context(request,'caveindex.html', {'newfield': newfield, 'caves1623': caves1623, 'caves1626': caves1626, 'notablecaves':notablecaves, 'cavepage': True}) def millenialcaves(request): caves = Cave.objects.all() |