aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-01-31 17:10:39 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2022-01-31 17:11:17 +0100
commit7b3ff4bacab76138a45f018fcfee055c8fd1f186 (patch)
treec841299beeb9516ed4cb8f67072fca86d661dc02 /templates/registration
parentfix chrome showing white page on production (diff)
downloadscout-subs-7b3ff4bacab76138a45f018fcfee055c8fd1f186.tar.gz
scout-subs-7b3ff4bacab76138a45f018fcfee055c8fd1f186.zip
add go home message after saving data and other warning
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/base_client.html9
1 files changed, 6 insertions, 3 deletions
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}}
+ }
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">
@@ -95,9 +99,8 @@
<body>
<nav class="nav-extended">
<div class="nav-wrapper {{color}}">
- <a style="margin-left: 10px;" href="{% url 'index' %}" class="breadcrumb hide-on-small-only">Home</a>
- <ul class="left hide-on-med-and-up">
- <li><a href="{% url 'index' %}"><i class="material-icons">home</i></a></li>
+ <ul class="left">
+ <li><a id="home_btn" href="{% url 'index' %}"><i class="material-icons">home</i></a></li>
</ul>
{% block breadcrumb %}
{% endblock %}