aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/login.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-28 11:08:21 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-28 11:08:21 +0100
commit21f50d5a08381d0d2f27d36b0d97a4f518eeefcb (patch)
tree0d0767483753d159e754ac4946808a1a6f01cf8d /themes/courgette/login.twig
parent1b539ba1ece99774ef28eb149f7b6d21964260e9 (diff)
downloadwallabag-21f50d5a08381d0d2f27d36b0d97a4f518eeefcb.tar.gz
wallabag-21f50d5a08381d0d2f27d36b0d97a4f518eeefcb.tar.zst
wallabag-21f50d5a08381d0d2f27d36b0d97a4f518eeefcb.zip
changed some poche with wallabag
Diffstat (limited to 'themes/courgette/login.twig')
-rwxr-xr-xthemes/courgette/login.twig4
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>