diff options
author | luxagraf <sng@luxagraf.net> | 2018-01-28 10:48:14 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-01-28 10:48:14 -0600 |
commit | 5d901524e66afcd694f31b5df6f4d7fa938f9a98 (patch) | |
tree | 39634eeb819250d57c66b6dbd676ef17ba1365a2 /design/templates | |
parent | dcab104af3e89a97c3834b10c8c98229fb5308fe (diff) |
fixed some bugs with building sightings
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/archives/sightings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/sightings.html b/design/templates/archives/sightings.html index 71cd389..89e31ce 100644 --- a/design/templates/archives/sightings.html +++ b/design/templates/archives/sightings.html @@ -13,7 +13,7 @@ <li itemprop="title">the United States</li>{%else%}<li><a href="/jrnl/" title="See all Journal Entries" itemprop="url"><span>Plants and Animals</span></a> →</li> <li>{{region.name|title|smartypants|safe}}</li>{%endif%}{%else%}<li>Plants and Animals</li>{%endif%} </ul> - <main role="main" class="archive">{% autopaginate object_list 40 %} + <main role="main" class="archive">{% autopaginate object_list 24%} <h1 class="hide">Plants and Animals seen {% if region %}in {%if region.name == 'United States'%}the United States{%else%}{{region.name|title|smartypants|safe}}{%endif%}{%else%} by {{user}}{%endif%}</h1> {% for object in object_list %} <article class="{% cycle 'odd' 'even' %} {% cycle 'first' 'second' 'third' %}"> <div class="post--image"> |