diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-09-15 10:02:39 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-09-15 10:02:39 +0200 |
commit | 0eb9705e8c42a46f902485e51a6258db7ca37256 (patch) | |
tree | a72b841de251bc7a540b7bcc9f1c2dc712707f53 /accounts/templates | |
parent | remove unused/useless code (diff) | |
download | scout-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.html | 2 |
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> |