aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/config.twig
diff options
context:
space:
mode:
Diffstat (limited to 'themes/courgette/config.twig')
-rwxr-xr-xthemes/courgette/config.twig14
1 files changed, 8 insertions, 6 deletions
diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig
index c4933794..6b0fa308 100755
--- a/themes/courgette/config.twig
+++ b/themes/courgette/config.twig
@@ -82,7 +82,13 @@
82 <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> 82 <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p>
83 83
84 <h2>{% trans "Fancy an E-Book ?" %}</h2> 84 <h2>{% trans "Fancy an E-Book ?" %}</h2>
85 <p>{% trans "Click on <a href=\"./?epub&amp;method=all\" title=\"Generate ePub\">this link</a> to get all your articles in one ebook (ePub 3 format)." %} 85 <p>{% trans "Click to get all your articles in one ebook :" %}
86 <ul>
87 <li><a href="./?epub&amp;method=all" title="Generate ePub file">ePub 3</a></li>
88 <li><a href="./?mobi&amp;method=all" title="Generate Mobi file">Mobi</a></li>
89 <li><a href="./?pdf&amp;method=all" title="Generate PDF file">PDF</a></li>
90 </ul>
91
86 <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p> 92 <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p>
87 93
88 <h2>{% trans 'Add user' %}</h2> 94 <h2>{% trans 'Add user' %}</h2>
@@ -97,10 +103,6 @@
97 <label class="col w150p" for="password4newuser">{% trans "Password for new user" %}</label> 103 <label class="col w150p" for="password4newuser">{% trans "Password for new user" %}</label>
98 <input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans "Password" %}"> 104 <input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans "Password" %}">
99 </div> 105 </div>
100 <div class="row">
101 <label class="col w150p" for="newuseremail">{% trans 'Email for new user (not required)' %}</label>
102 <input class="col" type="email" id="newuseremail" name="newuseremail" placeholder="{% trans 'Email' %}">
103 </div>
104 <div class="row mts txtcenter"> 106 <div class="row mts txtcenter">
105 <button type="submit">{% trans "Send" %}</button> 107 <button type="submit">{% trans "Send" %}</button>
106 </div> 108 </div>
@@ -120,6 +122,6 @@
120 </div> 122 </div>
121 </form> 123 </form>
122 {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> 124 {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br />
123 {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %} 125 {% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}</p>{% endif %}
124 </div> 126 </div>
125{% endblock %} 127{% endblock %}