diff options
author | tcit <tcit@tcit.fr> | 2014-09-28 17:31:02 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-09-28 17:31:02 +0200 |
commit | ffcd442989d743e6e0c8e27a24ce9fdeefb277fc (patch) | |
tree | f8ff66aba36c3d6dcc570f75e7f08ce783d4709b /themes/default/config.twig | |
parent | a0822259e76fb5a52d268ba1671d13e0e512af94 (diff) | |
parent | 2e8625c25fa603d0d870bf2f90821e900be27fd0 (diff) | |
download | wallabag-ffcd442989d743e6e0c8e27a24ce9fdeefb277fc.tar.gz wallabag-ffcd442989d743e6e0c8e27a24ce9fdeefb277fc.tar.zst wallabag-ffcd442989d743e6e0c8e27a24ce9fdeefb277fc.zip |
get up to date for merge
Diffstat (limited to 'themes/default/config.twig')
-rwxr-xr-x | themes/default/config.twig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/default/config.twig b/themes/default/config.twig index 5656fadd..c639ba9c 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -142,6 +142,10 @@ | |||
142 | <label class="col w150p" for="password4newuser">{% trans "Password for new user" %}</label> | 142 | <label class="col w150p" for="password4newuser">{% trans "Password for new user" %}</label> |
143 | <input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans "Password" %}"> | 143 | <input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans "Password" %}"> |
144 | </div> | 144 | </div> |
145 | <div class="row"> | ||
146 | <label class="col w150p" for="newuseremail">{% trans 'Email for new user (not required)' %}</label> | ||
147 | <input class="col" type="email" id="newuseremail" name="newuseremail" placeholder="{% trans 'Email' %}"> | ||
148 | </div> | ||
145 | <div class="row mts txtcenter"> | 149 | <div class="row mts txtcenter"> |
146 | <button type="submit">{% trans "Send" %}</button> | 150 | <button type="submit">{% trans "Send" %}</button> |
147 | </div> | 151 | </div> |
@@ -161,5 +165,5 @@ | |||
161 | </div> | 165 | </div> |
162 | </form> | 166 | </form> |
163 | {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> | 167 | {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> |
164 | {% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}</p>{% endif %} | 168 | {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %} |
165 | {% endblock %} | 169 | {% endblock %} |