X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flogin.twig;h=b24674e2be493e0295b16679084e4dfa07dfa7cd;hb=c51be6b697da573cdcf0788eb8617130ce5517a4;hp=c95a5f02a053c8cb89036bde7cdd775e58224724;hpb=8cbb2a88024969f7efd90f8053f3b0805fa2f8fa;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/login.twig b/tpl/login.twig index c95a5f02..b24674e2 100644 --- a/tpl/login.twig +++ b/tpl/login.twig @@ -1,34 +1,25 @@ {% 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)" %}