diff --git a/snikket_web/templates/admin_delete_user.html b/snikket_web/templates/admin_delete_user.html index 941418c..21bb8c5 100644 --- a/snikket_web/templates/admin_delete_user.html +++ b/snikket_web/templates/admin_delete_user.html @@ -16,7 +16,7 @@

{% trans %}The user and their data will be deleted irrevocably, permanently and immediately upon pushing the below button. There is no way back!{% endtrans %}

{% endcall %}
- {%- 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 -%}
diff --git a/snikket_web/templates/admin_edit_circle.html b/snikket_web/templates/admin_edit_circle.html index ec26fd1..a629343 100644 --- a/snikket_web/templates/admin_edit_circle.html +++ b/snikket_web/templates/admin_edit_circle.html @@ -40,7 +40,7 @@ {%- endif -%}
- {%- call standard_button("back", url_for(".circles"), class="secondary") -%} + {%- call standard_button("back", url_for(".circles"), class="tertiary") -%} {% trans %}Return to circle list{% endtrans %} {%- endcall -%} {%- call form_button("done", form.action_save, class="primary") %}{% endcall -%} diff --git a/snikket_web/templates/admin_edit_invite.html b/snikket_web/templates/admin_edit_invite.html index 4da7ea0..2b20998 100644 --- a/snikket_web/templates/admin_edit_invite.html +++ b/snikket_web/templates/admin_edit_invite.html @@ -44,10 +44,10 @@
{{ invite.created_at | format_date }}
- {%- call form_button("remove_link", form.action_revoke, class="secondary danger") %}{% endcall -%} - {%- call standard_button("back", url_for(".invitations"), class="primary") %} + {%- call standard_button("back", url_for(".invitations"), class="tertiary") %} {% trans %}Return to invitation list{% endtrans %} {%- endcall %} + {%- call form_button("remove_link", form.action_revoke, class="primary danger") %}{% endcall -%}
diff --git a/snikket_web/templates/user_logout.html b/snikket_web/templates/user_logout.html index a0e3dbd..d845ebe 100644 --- a/snikket_web/templates/user_logout.html +++ b/snikket_web/templates/user_logout.html @@ -6,7 +6,7 @@

{% trans %}Click below to log yourself out of the web portal. This does not affect any other connected devices.{% endtrans %}

{{ form.csrf_token }}
- {%- 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 -%} diff --git a/snikket_web/templates/user_passwd.html b/snikket_web/templates/user_passwd.html index c000495..2a0005d 100644 --- a/snikket_web/templates/user_passwd.html +++ b/snikket_web/templates/user_passwd.html @@ -24,7 +24,7 @@

{% trans %}After changing your password, you will have to enter the new password on all of your devices.{% endtrans %}

- {%- 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 custom_form_button("passwd", "", "", class="primary") -%} {% trans %}Change password{% endtrans %} {%- endcall -%} diff --git a/snikket_web/templates/user_profile.html b/snikket_web/templates/user_profile.html index cced91b..dd69ec3 100644 --- a/snikket_web/templates/user_profile.html +++ b/snikket_web/templates/user_profile.html @@ -29,7 +29,7 @@
- {%- 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("done", form.action_save, class="primary") %}{% endcall -%}