diff options
Diffstat (limited to 'templates/archives/life-list.html')
-rw-r--r-- | templates/archives/life-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/archives/life-list.html b/templates/archives/life-list.html index 9b92725..a485dfb 100644 --- a/templates/archives/life-list.html +++ b/templates/archives/life-list.html @@ -12,7 +12,7 @@ <li>Life List</li> </ul> <main role="main" class="archive"> - <h1 class="hide">Brids Life List {% if region %}in {%if region.name == 'United States'%}the United States{%else%}{{region.name|title|smartypants|safe}}{%endif%}{%else%} by {{user}}{%endif%}</h1> + <h1 class="hide">Birds Life List {% if region %}in {%if region.name == 'United States'%}the United States{%else%}{{region.name|title|smartypants|safe}}{%endif%}{%else%} by {{user}}{%endif%}</h1> <div class="life-list"> <h4>Current Life List Total: {{object_list|length}}</h4> <ul>{% for object in object_list %} |