aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/templates
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-09-15 10:02:39 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2022-09-15 10:02:39 +0200
commit0eb9705e8c42a46f902485e51a6258db7ca37256 (patch)
treea72b841de251bc7a540b7bcc9f1c2dc712707f53 /accounts/templates
parentremove unused/useless code (diff)
downloadscout-subs-0eb9705e8c42a46f902485e51a6258db7ca37256.tar.gz
scout-subs-0eb9705e8c42a46f902485e51a6258db7ca37256.zip
switch tab on the profile based on missing fields
Diffstat (limited to 'accounts/templates')
-rw-r--r--accounts/templates/accounts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/templates/accounts/index.html b/accounts/templates/accounts/index.html
index 563de89..8ce5990 100644
--- a/accounts/templates/accounts/index.html
+++ b/accounts/templates/accounts/index.html
@@ -10,7 +10,7 @@
<div class="nav-content {{color}}">
<ul class="tabs tabs-transparent">
<li class="tab"><a class="{{personal_active}}" href="#personal">Info Personali</a></li>
- <li class="tab"><a href="#medic">Info Mediche</a></li>
+ <li class="tab"><a class="{{medic_active}}" href="#medic">Info Mediche</a></li>
<li class="tab"><a class="{{settings_active}}" href="#settings">Impostazioni</a></li>
</ul>
</div>