diff options
Diffstat (limited to 'templates/archives/photos.html')
-rw-r--r-- | templates/archives/photos.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/archives/photos.html b/templates/archives/photos.html index e4dfe5f..84cbf01 100644 --- a/templates/archives/photos.html +++ b/templates/archives/photos.html @@ -14,8 +14,8 @@ <ul id="breadcrumbs"> <li><a href="/" title="luxagraf homepage">Home</a> →</li> - {% if region %}{%ifequal region.name 'United States'%} <li><a href="/photos/" title="See all Photos">Photos</a> →</li> - <li>the United States</li>{%else%}<li><a href="/photos/" title="See all Photos">Photos</a> →</li> <li>{{region.name|title|smartypants|safe}}{%endifequal%}{%else%}Photos </li>{%endif%} + {% if region %}{%if region.name == 'United States'%} <li><a href="/photos/" title="See all Photos">Photos</a> →</li> + <li>the United States</li>{%else%}<li><a href="/photos/" title="See all Photos">Photos</a> →</li> <li>{{region.name|title|smartypants|safe}}{%endif%}{%else%}Photos </li>{%endif%} </ul> <ul id="photo-galleries">{% autopaginate object_list 18 %} {% for object in object_list %} |