aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/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 /accounts/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 'accounts/templates')
-rw-r--r--accounts/templates/accounts/user_edit.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/accounts/templates/accounts/user_edit.html b/accounts/templates/accounts/user_edit.html
index bbbbecd..44eae5b 100644
--- a/accounts/templates/accounts/user_edit.html
+++ b/accounts/templates/accounts/user_edit.html
@@ -10,8 +10,8 @@
{% block content %}
<div class="tap-target {{color}}" data-target="home_btn">
<div class="tap-target-content">
- <h5 style="color:white">Continua l'attivazione</h5>
- <p style="color:white">Usa questo pulsante per tornare alla home e continuare il processo d'attivazione</p>
+ <h5 style="color:white">Continua l'iscrizione</h5>
+ <p style="color:white">Usa questo pulsante per tornare alla home e continuare il processo d'iscrizione</p>
</div>
</div>
@@ -44,7 +44,7 @@
</div>
<div class="row">
<div class="input-field col l4 s12">
- <select name="branca" disabled>
+ <select name="branca">
<option value="" disabled {{branca_default}}>Nessuna</option>
<option value="diga" {{branca_castorini}}>Castorini</option>
<option value="muta" {{branca_lupetti}}>Lupetti</option>
@@ -52,7 +52,7 @@
<option value="posto" {{branca_pionieri}}>Pionieri</option>
<option value="clan" {{branca_rover}}>Rover</option>
</select>
- <label>Branca (campo non modificabile)</label>
+ <label>Branca</label>
</div>
<div class="input-field col l4 s12">
<input value="{{parent_name}}" name="parent_name" id="parent_name" type="text" {{validation_dic.parent_name|safe}}>