diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-11-13 21:20:00 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-11-13 21:21:02 -0500 |
| commit | bc3d465296aa3ce28386f7895e29bfa4dfc2cb4d (patch) | |
| tree | 9f0342cc648dd4cf1390fac692a34d88bf22c7d3 /templates/user | |
| parent | 4f9302397a051c0e1b776a6a400fef4e76d5ef17 (diff) | |
| download | famille-flask-bc3d465296aa3ce28386f7895e29bfa4dfc2cb4d.tar.gz | |
s/timezone/fuseau horaire/
Diffstat (limited to 'templates/user')
| -rw-r--r-- | templates/user/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/edit.html b/templates/user/edit.html index fb6296a..d548282 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -43,7 +43,7 @@ <label for="city_line">Ville, CP <span class="info">(dernière ligne)</span> :</label> <input type="text" id="city_line" size="30" name="address_city_line" value="{{user.address_city_line}}"/><br /> -<label for="timezone">Timezone:</label> +<label for="timezone">Fuseau horaire:</label> <select id="timezone" name="timezone"> {% for timezone in g.timezone %} <option {%if timezone==session.timezone %}selected="selected" {% endif %}>{{timezone}}</option> |
