Show all matching annual data for glacier's name

This commit is contained in:
2020-01-09 22:30:00 +01:00
parent 65d3af6817
commit 1e52bcae0d
5 changed files with 21 additions and 19 deletions

View File

@@ -2,11 +2,11 @@
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
<h1>Sign In</h1>
<div class="row">
<div class="col-md-4">
{{ wtf.quick_form(form) }}
</div>
<h1>Sign In</h1>
<div class="row">
<div class="col-md-4">
{{ wtf.quick_form(form) }}
</div>
<br>
</div>
<br>
{% endblock %}