From 36d10deaab2694bc3afec80dbc2376ab5385d546 Mon Sep 17 00:00:00 2001 From: William Colmenares Date: Sun, 26 May 2019 16:50:56 -0400 Subject: [PATCH] Added buttons for back to index and show seeds --- dal/templates/changepassword.html | 2 ++ dal/templates/changeuserdata.html | 6 ++++++ dal/templates/deleteaccount.html | 1 + dal/templates/seed_list.html | 8 +++++--- dal/templates/useroptions.html | 1 + 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/dal/templates/changepassword.html b/dal/templates/changepassword.html index e9a5abf..c6f61e6 100644 --- a/dal/templates/changepassword.html +++ b/dal/templates/changepassword.html @@ -35,6 +35,8 @@ +
+ Back to Index
diff --git a/dal/templates/changeuserdata.html b/dal/templates/changeuserdata.html index f8a76d7..8878ca2 100644 --- a/dal/templates/changeuserdata.html +++ b/dal/templates/changeuserdata.html @@ -34,7 +34,13 @@ {% trans "Change User Data" %} +
+
+ Back to Index +
+ + diff --git a/dal/templates/deleteaccount.html b/dal/templates/deleteaccount.html index 1828827..3c74052 100644 --- a/dal/templates/deleteaccount.html +++ b/dal/templates/deleteaccount.html @@ -27,6 +27,7 @@
+ Back to Index
diff --git a/dal/templates/seed_list.html b/dal/templates/seed_list.html index 6699db0..9d13640 100644 --- a/dal/templates/seed_list.html +++ b/dal/templates/seed_list.html @@ -25,9 +25,11 @@

- +
+ +
diff --git a/dal/templates/useroptions.html b/dal/templates/useroptions.html index 1e9c568..d5bae62 100644 --- a/dal/templates/useroptions.html +++ b/dal/templates/useroptions.html @@ -16,6 +16,7 @@
{% trans "Change your userdata" %}
Change your password
+ Show seeds
{% trans "Logout" %}