X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flogin.twig;h=b24674e2be493e0295b16679084e4dfa07dfa7cd;hb=6a361945eaf86a978b82bd6fb3442fe64428d9df;hp=d10805301f92ba93d179b956cebd500c80651ea1;hpb=2b840e0cfb63a453bea67a98541f3df9c273c5f5;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/login.twig b/tpl/login.twig index d1080530..b24674e2 100644 --- a/tpl/login.twig +++ b/tpl/login.twig @@ -1,34 +1,25 @@ {% extends "layout.twig" %} {% block title %}{% trans "login to your poche" %}{% endblock %} -{% block messages %} -
- -
-{% 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)" %}