X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Flogin.twig;h=b9f8b497cccc7c3125656e619ca3037698ab9af9;hb=e5382002b47f3278bd46d5b76a34ad694096f010;hp=0ae130bc0240b49f305b1946fae412d941c30431;hpb=bf7516112f90ea0392918605acdb9167cf21e516;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 %}