Browse Source

minor change

solr_update
Simon Bowie 2 years ago
parent
commit
675b33d504
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      web/app/templates/data.html

+ 4
- 4
web/app/templates/data.html View File

{{ year_data[i] }}<br> {{ year_data[i] }}<br>
{% else %} {% else %}
<a href="{{ url_for('search.year_search', year=year_data[i]) }}"> <a href="{{ url_for('search.year_search', year=year_data[i]) }}">
{{ year_data[i] }}:
</a>
{{ year_data[i] }}
</a>:
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div> </div>
{{ country_data[i].flag }}: {{ country_data[i].flag }}:
{% else %} {% else %}
<a href="{{ url_for('search.country_search', country_code=country_data[i]) }}"> <a href="{{ url_for('search.country_search', country_code=country_data[i]) }}">
{{ country_data[i] }}:
</a>
{{ country_data[i] }}
</a>:
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

Loading…
Cancel
Save