From 01548c5e9cd8f14a345614a921612f786895bf3d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 12 Dec 2020 23:10:21 +0100 Subject: [PATCH] stages/*: fix links opening in SiteShell --- .../otp_static/templates/stages/otp_static/user_settings.html | 4 ++-- .../otp_time/templates/stages/otp_time/user_settings.html | 4 ++-- .../templates/stages/password/user-settings-card.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/authentik/stages/otp_static/templates/stages/otp_static/user_settings.html b/authentik/stages/otp_static/templates/stages/otp_static/user_settings.html index 6953ebb5b..f26509103 100644 --- a/authentik/stages/otp_static/templates/stages/otp_static/user_settings.html +++ b/authentik/stages/otp_static/templates/stages/otp_static/user_settings.html @@ -22,10 +22,10 @@ {% if not state %} {% if stage.configure_flow %} - {% trans "Enable Static Tokens" %} + {% trans "Enable Static Tokens" %} {% endif %} {% else %} - {% trans "Disable Static Tokens" %} + {% trans "Disable Static Tokens" %} {% endif %} diff --git a/authentik/stages/otp_time/templates/stages/otp_time/user_settings.html b/authentik/stages/otp_time/templates/stages/otp_time/user_settings.html index 5a351f6a1..9d3fa624e 100644 --- a/authentik/stages/otp_time/templates/stages/otp_time/user_settings.html +++ b/authentik/stages/otp_time/templates/stages/otp_time/user_settings.html @@ -18,10 +18,10 @@

{% if not state %} {% if stage.configure_flow %} - {% trans "Enable Time-based OTP" %} + {% trans "Enable Time-based OTP" %} {% endif %} {% else %} - {% trans "Disable Time-based OTP" %} + {% trans "Disable Time-based OTP" %} {% endif %}

diff --git a/authentik/stages/password/templates/stages/password/user-settings-card.html b/authentik/stages/password/templates/stages/password/user-settings-card.html index 85815bf1b..73285792a 100644 --- a/authentik/stages/password/templates/stages/password/user-settings-card.html +++ b/authentik/stages/password/templates/stages/password/user-settings-card.html @@ -9,7 +9,7 @@ {% trans 'Reset your password' %}
- + {% trans 'Change password' %}