From: Nicolas LÅ“uillet Date: Fri, 10 Jan 2014 15:33:10 +0000 (+0100) Subject: [add] display token and user id X-Git-Tag: 1.4.0^2~9^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=9ba98a0abe4ac5efed5213812f0f26821417b47d;p=github%2Fwallabag%2Fwallabag.git [add] display token and user id --- diff --git a/themes/default/config.twig b/themes/default/config.twig index ef615d39..e22ea1da 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -38,6 +38,8 @@
  • {% trans "Favorites feed" %}
  • {% trans "Archive feed" %}
  • +

    {% trans "Your token:" %} {{token}}

    +

    {% trans "Your user id:" %} {{user_id}}

    {% trans "You can regenerate your token: generate!." %}

    {% endif %}