aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2023-07-25 12:14:12 +0200
committerAndrea Lepori <aleporia@gmail.com>2023-07-25 12:14:13 +0200
commitda6654f57ef683c8c1f2f4c2eab52d907ba1925b (patch)
tree086273bf46a649b10349bfdda752c13571f3d6b1 /client/templates
parentclean up old settings menu (diff)
downloadscout-subs-da6654f57ef683c8c1f2f4c2eab52d907ba1925b.tar.gz
scout-subs-da6654f57ef683c8c1f2f4c2eab52d907ba1925b.zip
change branca and color to show
Diffstat (limited to 'client/templates')
-rw-r--r--client/templates/client/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/templates/client/index.html b/client/templates/client/index.html
index ef9b67d..8bb2d41 100644
--- a/client/templates/client/index.html
+++ b/client/templates/client/index.html
@@ -35,8 +35,7 @@
<div class="card">
<div class="card-content">
<span class="card-title">
- {{data.0.first_name}} {{data.0.last_name}}
- <a href="{% url "edit_user" code=data.0.code %}" class="btn-flat"><i class="material-icons">edit</i></a>
+ <p style="text-decoration: underline; text-decoration-thickness: 3px; text-decoration-color: {{data.2}};">{{data.0.first_name}} {{data.0.last_name}}<a href="{% url "edit_user" code=data.0.code %}" class="btn-flat"><i class="material-icons">edit</i></a></p>
<div style="font-size: 0.5em; line-height: normal;">{{data.0.born_date}}</div>
</span>
<a id="add" class="btn-floating halfway-fab btn-large {{color}}" href="{% url 'create'%}"><i class="material-icons">add</i></a>