diff options
Diffstat (limited to '')
-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" > |