diff options
Diffstat (limited to 'themes/courgette/login.twig')
-rwxr-xr-x | themes/courgette/login.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/courgette/login.twig b/themes/courgette/login.twig index 3e17982f..1fec0fc9 100755 --- a/themes/courgette/login.twig +++ b/themes/courgette/login.twig | |||
@@ -1,10 +1,10 @@ | |||
1 | {% extends "layout.twig" %} | 1 | {% extends "layout.twig" %} |
2 | 2 | ||
3 | {% block title %}{% trans "login to your poche" %}{% endblock %} | 3 | {% block title %}{% trans "login to your wallabag" %}{% endblock %} |
4 | {% block content %} | 4 | {% block content %} |
5 | <form method="post" action="?login" name="loginform" id="loginForm"> | 5 | <form method="post" action="?login" name="loginform" id="loginForm"> |
6 | <fieldset class="w500p center"> | 6 | <fieldset class="w500p center"> |
7 | <h2 class="mbs txtcenter">{% trans "login to your poche" %}</h2> | 7 | <h2 class="mbs txtcenter">{% trans "login to your wallabag" %}</h2> |
8 | {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %} | 8 | {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %} |
9 | <div class="row"> | 9 | <div class="row"> |
10 | <label class="col w150p" for="login">{% trans "Login" %}</label> | 10 | <label class="col w150p" for="login">{% trans "Login" %}</label> |