try to fix intermediate problems

This commit is contained in:
willi pink 2022-07-08 13:14:34 +02:00
parent 39179f5277
commit 9cbeb0523e
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% for stamp, coins in stamps.items %}
<tr name="{{ year_short }}" stamp="{{ stamp }}">
<td class="year {{ year_complete }}">
<td class="year">
<div class="coin">{{ stamp }}{{ year_short }}</div>
</td>
{% for value, coin in coins.items %}

View File

@ -28,7 +28,9 @@
</div>
<label for="login_password">Passwort</label>
<input type="password" name="password" id="login_password" class="form-control">
{% if next %}
<input type="hidden" name="next" value="{{ next }}" />
{% endif %}
</div>
</div>
<div class="modal-footer">