Polish mobile shopping rows and stabilize backup archives
This commit is contained in:
@@ -131,7 +131,10 @@
|
||||
<div class="shopping-entry-actions">
|
||||
<form method="post" action="{{ url_for('main.shopping_check', entry_id=entry.id) }}">
|
||||
{{ csrf_input() }}
|
||||
<button type="submit">Eingekauft</button>
|
||||
<button type="submit" class="shopping-entry-check-button">
|
||||
<span class="shopping-entry-check-mark" aria-hidden="true">✔</span>
|
||||
<span class="shopping-entry-check-label">Eingekauft</span>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
{% if entry.can_edit %}
|
||||
|
||||
Reference in New Issue
Block a user