Clean up icon use throughout the thing

This commit is contained in:
Jonas Schäfer
2021-01-27 17:15:19 +01:00
parent 0ead8ce4b3
commit 4b4844ecaa
6 changed files with 26 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
{% endcall %}
<div class="f-bbox">
{%- call standard_button("back", url_for(".index"), class="secondary") %}{% trans %}Back{% endtrans %}{% endcall -%}
{%- call form_button("remove", form.action_delete, class="primary danger") %}{% endcall -%}
{%- call form_button("delete", form.action_delete, class="primary danger") %}{% endcall -%}
</div>
</form></div>
{% endblock %}