aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-01-25 10:48:53 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2022-01-25 10:49:09 +0100
commit89e2b918826d1cd09240a054b118dd2db5e49086 (patch)
treecce96954c6c4addaba6aea6b0033ecc2d3e03d45 /accounts
parentsuppress deprecation warning (diff)
downloadscout-subs-89e2b918826d1cd09240a054b118dd2db5e49086.tar.gz
scout-subs-89e2b918826d1cd09240a054b118dd2db5e49086.zip
explicit comment on non editable fields
Diffstat (limited to 'accounts')
-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 2a21cbe..670c490 100644
--- a/accounts/templates/accounts/index.html
+++ b/accounts/templates/accounts/index.html
@@ -54,7 +54,7 @@
<option value="posto" {{branca_pionieri}}>Pionieri</option>
<option value="clan" {{branca_rover}}>Rover</option>
</select>
- <label>Branca</label>
+ <label>Branca (campo non modificabile)</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}}>