From f6f9daa8100fa59421692e2afbbc44f4d5753d66 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Fri, 21 Jan 2022 17:58:27 +0100 Subject: edit terms + change log for new version --- templates/registration/base_client.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/registration/base_client.html') diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index 362238c..1827f4a 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -117,7 +117,9 @@
  • list
  • {% endif %}
  • info_outline
  • -
  • exit_to_app
  • + {% if user.is_authenticated %} +
  • exit_to_app
  • + {% endif %} {% block toolbar %} -- cgit v1.2.1 From 7b3ff4bacab76138a45f018fcfee055c8fd1f186 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 31 Jan 2022 17:10:39 +0100 Subject: add go home message after saving data and other warning --- templates/registration/base_client.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'templates/registration/base_client.html') diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index 1827f4a..21f3dcf 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -87,6 +87,10 @@ border-bottom: none; box-shadow: 0 1px 0 0 #9e9e9e; } + + .breadcrumb:last-child { + color: {{hexcolor}} + } @@ -95,9 +99,8 @@