Use tertiary style for "back" buttons

This allows us to have two levels of emphasis for the actual
form buttons and is also in line with the global "Log out"
navigational button.
This commit is contained in:
Jonas Schäfer
2021-03-22 17:01:53 +01:00
parent 6650dd2046
commit 359e6b4ce2
7 changed files with 43 additions and 43 deletions

View File

@@ -16,7 +16,7 @@
<p>{% trans %}The user and their data will be deleted irrevocably, permanently and immediately upon pushing the below button. <strong>There is no way back!</strong>{% endtrans %}</p>
{% endcall %}
<div class="f-bbox">
{%- call standard_button("back", url_for(".index"), class="secondary") %}{% trans %}Back{% endtrans %}{% endcall -%}
{%- call standard_button("back", url_for(".index"), class="tertiary") %}{% trans %}Back{% endtrans %}{% endcall -%}
{%- call form_button("delete", form.action_delete, class="primary danger") %}{% endcall -%}
</div>
</form></div>