From 89cf62e360608cee9489e865b2a91e23a00d4d14 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Fri, 6 Aug 2021 20:28:56 -0700 Subject: [PATCH] add bootstrap to passphrase page --- web/templates/flask_user/edit_user_profile.html | 5 +++-- web/templates/flask_user_layout.html | 2 +- web/templates/view_passphrase.html | 17 ++++------------- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/web/templates/flask_user/edit_user_profile.html b/web/templates/flask_user/edit_user_profile.html index ad30a56..04c7589 100644 --- a/web/templates/flask_user/edit_user_profile.html +++ b/web/templates/flask_user/edit_user_profile.html @@ -17,14 +17,15 @@ {% endfor %}
-

Update your information from RadioID.net

{% if not user_manager.USER_ENABLE_AUTH0 %} {% if user_manager.USER_ENABLE_CHANGE_USERNAME %}

{%trans%}Change username{%endtrans%}

{% endif %} {% if user_manager.USER_ENABLE_CHANGE_PASSWORD %} -

{%trans%}Change password{%endtrans%}

+

{%trans%}{%endtrans%}

{% endif %} +

+ {% endif %} {% endblock %} diff --git a/web/templates/flask_user_layout.html b/web/templates/flask_user_layout.html index a80388e..09570b4 100644 --- a/web/templates/flask_user_layout.html +++ b/web/templates/flask_user_layout.html @@ -95,7 +95,7 @@ {% endif %} -

Logo

+

Logo


diff --git a/web/templates/view_passphrase.html b/web/templates/view_passphrase.html index 52ef2bc..428f565 100644 --- a/web/templates/view_passphrase.html +++ b/web/templates/view_passphrase.html @@ -1,19 +1,10 @@ {% extends 'flask_user/_public_base.html' %} {% block content %}

 

Click here for automated Pi-Star script.

 

- - - - - - - - -
-{{server_content}} - -{{passphrase_content}} -
+
+
{{server_content}}
+
{{passphrase_content}}
+

 

{% endblock %}