diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-23 11:01:41 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-23 11:01:41 +0100 |
commit | 1151e9cc8f8434c7f09232db6b814ac9a2ca578a (patch) | |
tree | 5da4e2ad172a422ea5ef25d0f6ab51bd152fe94b /themes/default | |
parent | dfde41519871fccc991768b51461e42de7bf19b8 (diff) | |
download | wallabag-1151e9cc8f8434c7f09232db6b814ac9a2ca578a.tar.gz wallabag-1151e9cc8f8434c7f09232db6b814ac9a2ca578a.tar.zst wallabag-1151e9cc8f8434c7f09232db6b814ac9a2ca578a.zip |
[add] availability to regenerate feed token
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/config.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/config.twig b/themes/default/config.twig index 441ed01f..c01556ba 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -38,6 +38,7 @@ | |||
38 | <li><a href="?feed&type=fav&user_id={{ user_id }}&token={{ token }}" target="_blank">{% trans "favorites feed" %}</a></li> | 38 | <li><a href="?feed&type=fav&user_id={{ user_id }}&token={{ token }}" target="_blank">{% trans "favorites feed" %}</a></li> |
39 | <li><a href="?feed&type=archive&user_id={{ user_id }}&token={{ token }}" target="_blank">{% trans "archive feed" %}</a></li> | 39 | <li><a href="?feed&type=archive&user_id={{ user_id }}&token={{ token }}" target="_blank">{% trans "archive feed" %}</a></li> |
40 | </ul> | 40 | </ul> |
41 | <p>{% trans "You can regenerate your token: <a href='?feed&action=generate'>generate!</a>." %}</p> | ||
41 | {% endif %} | 42 | {% endif %} |
42 | 43 | ||
43 | <h2>{% trans "Change your theme" %}</h2> | 44 | <h2>{% trans "Change your theme" %}</h2> |