diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2021-10-05 10:29:38 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2021-10-05 10:30:01 +0200 |
commit | ce8d077a5b61c2807720574eb3c1e1e30016f709 (patch) | |
tree | 34193871710f7676d68072214b0d46b1a1630049 /accounts/templates | |
parent | fix ulist only of same group (diff) | |
download | scout-subs-ce8d077a5b61c2807720574eb3c1e1e30016f709.tar.gz scout-subs-ce8d077a5b61c2807720574eb3c1e1e30016f709.zip |
fix primary group not showing, rename of field
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 1473834..0b66290 100644 --- a/accounts/templates/accounts/index.html +++ b/accounts/templates/accounts/index.html @@ -67,7 +67,7 @@ </div> <div class="input-field col l4 s12"> <input value="{{country}}" name="country" id="country" type="text" > - <label for="country">Paese</label> + <label for="country">Comune</label> </div> <div class="input-field col l4 s12"> <input value="{{nationality}}" name="nationality" id="nationality" type="text" > |