try to fix intermediate problems
This commit is contained in:
parent
39179f5277
commit
9cbeb0523e
@ -1,6 +1,6 @@
|
|||||||
{% for stamp, coins in stamps.items %}
|
{% for stamp, coins in stamps.items %}
|
||||||
<tr name="{{ year_short }}" stamp="{{ stamp }}">
|
<tr name="{{ year_short }}" stamp="{{ stamp }}">
|
||||||
<td class="year {{ year_complete }}">
|
<td class="year">
|
||||||
<div class="coin">{{ stamp }}{{ year_short }}</div>
|
<div class="coin">{{ stamp }}{{ year_short }}</div>
|
||||||
</td>
|
</td>
|
||||||
{% for value, coin in coins.items %}
|
{% for value, coin in coins.items %}
|
||||||
|
@ -28,7 +28,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<label for="login_password">Passwort</label>
|
<label for="login_password">Passwort</label>
|
||||||
<input type="password" name="password" id="login_password" class="form-control">
|
<input type="password" name="password" id="login_password" class="form-control">
|
||||||
|
{% if next %}
|
||||||
<input type="hidden" name="next" value="{{ next }}" />
|
<input type="hidden" name="next" value="{{ next }}" />
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user