From 1e83881a24d0db06a525b1b3dd82e1124cc6630a Mon Sep 17 00:00:00 2001
From: Matthew Wild
Date: Fri, 8 Dec 2023 11:12:26 +0000
Subject: [PATCH] Ensure we only have a single primary button to reduce
confusion
---
snikket_web/templates/admin_edit_user.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/snikket_web/templates/admin_edit_user.html b/snikket_web/templates/admin_edit_user.html
index 18e30b8..a5ac5e3 100644
--- a/snikket_web/templates/admin_edit_user.html
+++ b/snikket_web/templates/admin_edit_user.html
@@ -84,14 +84,14 @@
{% trans %}If the user has lost their password, you can use the button below to create a special link which allows to change the password of the account, once.{% endtrans %}
- {%- call form_button("passwd", form.action_create_reset, class="primary") -%}{%- endcall -%}
+ {%- call form_button("passwd", form.action_create_reset, class="secondary") -%}{%- endcall -%}
{% trans %}In some cases, extended information about the user account and the connected devices is necessary to troubleshoot issues. The button below reveals this (sensitive) information.{% endtrans %}
- {%- call standard_button("bug_report", url_for(".debug_user", localpart=target_user.localpart), class="primary") -%}
+ {%- call standard_button("bug_report", url_for(".debug_user", localpart=target_user.localpart), class="secondary") -%}
{%- trans -%}Show debug information{%- endtrans -%}
{%- endcall -%}