X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flogin.twig;h=0ae130bc0240b49f305b1946fae412d941c30431;hb=fd99a8c02d7c625771656a5c5081560027d8e6e9;hp=c95a5f02a053c8cb89036bde7cdd775e58224724;hpb=8cbb2a88024969f7efd90f8053f3b0805fa2f8fa;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/login.twig b/tpl/login.twig index c95a5f02..0ae130bc 100644 --- a/tpl/login.twig +++ b/tpl/login.twig @@ -1,38 +1,29 @@ {% extends "layout.twig" %} -{% block title %}Login{% endblock %} -{% block messages %} -
- -
-{% endblock %} +{% block title %}{% trans "login to your poche" %}{% endblock %} {% block content %}

{% trans "login to your poche" %}

- {% if demo == 1 %}

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

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

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

{% endif %}
- +
- +
- +
- - (Do not check on public computers) + + {% trans "(Do not check on public computers)" %}
- +