changeset 250 | a4adf5a448f3 |
parent 249 | 3b60bc570d8a |
child 288 | 8f9f53afe855 |
1.1 --- a/templates/ozoneloss_clams.html Wed May 07 17:01:53 2014 +0200 1.2 +++ b/templates/ozoneloss_clams.html Thu May 08 11:00:08 2014 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 1.5 1.6 <ul class="nav navbar-nav navbar-right"> 1.7 -{% for href, caption in get_ozone_dates(): %} 1.8 +{% for href, caption in get_o3lossclams_dates(): %} 1.9 {%- if href[1:] == act -%} 1.10 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li> 1.11