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

@@ -6,7 +6,7 @@
<p class="form-desc">{% trans %}Click below to log yourself out of the web portal. This does not affect any other connected devices.{% endtrans %}</p>
{{ form.csrf_token }}
<div class="f-bbox">
{%- call standard_button("back", url_for("user.index"), class="secondary") -%}
{%- call standard_button("back", url_for("user.index"), class="tertiary") -%}
{% trans %}Back{% endtrans %}
{%- endcall -%}
{%- call form_button("logout", form.action_signout, class="primary") %}{% endcall -%}