diff options
author | luxagraf <sng@luxagraf.net> | 2023-09-23 16:41:46 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-09-23 16:41:46 -0400 |
commit | b42ddf2d3be18f9f67ded22775cc1823b55454fd (patch) | |
tree | cf271987f90bd79c5ca7717b041ece0ad659600e /templates | |
parent | 2f36df5ee3b5899393738e7250d6fb917c9e02b1 (diff) |
dialog: updated urls to include by year
Diffstat (limited to 'templates')
-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 %} |