X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Flogin.twig;h=b9f8b497cccc7c3125656e619ca3037698ab9af9;hb=53e3158dfe697ea59da1fa0e401e8da75ae13030;hp=0ae130bc0240b49f305b1946fae412d941c30431;hpb=4cc3c2ac1735196e4e6a18d1a1124cd0d9a0ed5c;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/login.twig b/themes/default/login.twig index 0ae130bc..b9f8b497 100644 --- a/themes/default/login.twig +++ b/themes/default/login.twig @@ -1,13 +1,14 @@ {% extends "layout.twig" %} -{% block title %}{% trans "login to your poche" %}{% endblock %} +{% block title %}{% trans "login to your wallabag" %}{% endblock %} {% block content %} + {% if http_auth == 0 %}
-

{% trans "login to your poche" %}

+

{% trans "Login to wallabag" %}

{% if constant('MODE_DEMO') == 1 %}

{% trans "you are in demo mode, some features may be disabled." %}

{% endif %}
- +
@@ -23,10 +24,11 @@
- +
-{% endblock %} \ No newline at end of file + {% endif %} +{% endblock %}