diff options
author | Lonnytunes <lonnytunes@gmx.fr> | 2014-02-02 19:10:35 +0100 |
---|---|---|
committer | Lonnytunes <lonnytunes@gmx.fr> | 2014-02-02 19:10:35 +0100 |
commit | ebae8c83154efc98518feee099d44f3feb69dd2d (patch) | |
tree | 24c0f5b27fab19ff7d7e2ae88fcd367a9323e9c9 /themes/courgette/install.twig | |
parent | f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc (diff) | |
download | wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.tar.gz wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.tar.zst wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.zip |
[del] courgette theme: Useless templates because they are identical to those of default theme and so inherited from it.
Diffstat (limited to 'themes/courgette/install.twig')
-rwxr-xr-x | themes/courgette/install.twig | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/themes/courgette/install.twig b/themes/courgette/install.twig deleted file mode 100755 index 20d15f18..00000000 --- a/themes/courgette/install.twig +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | {% extends "layout.twig" %} | ||
2 | {% block title %}{% trans "installation" %}{% endblock %} | ||
3 | {% block content %} | ||
4 | <form method="post" action="?install" name="loginform"> | ||
5 | <fieldset class="w500p center"> | ||
6 | <h2 class="mbs txtcenter">{% trans "install your wallabag" %}</h2> | ||
7 | <p> | ||
8 | {% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org'>read the documentation on wallabag website</a>." %} | ||
9 | </p> | ||
10 | <p class="row"> | ||
11 | <label class="col w150p" for="login">{% trans "Login" %}</label> | ||
12 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus /> | ||
13 | </p> | ||
14 | <p class="row"> | ||
15 | <label class="col w150p" for="password">{% trans "Password" %}</label> | ||
16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2"> | ||
17 | </p> | ||
18 | <p class="row"> | ||
19 | <label class="col w150p" for="password_repeat">{% trans "Repeat your password" %}</label> | ||
20 | <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="Password" tabindex="3"> | ||
21 | </p> | ||
22 | <p class="row mts txtcenter"> | ||
23 | <button class="bouton" type="submit" tabindex="4">{% trans "Install" %}</button> | ||
24 | </p> | ||
25 | </fieldset> | ||
26 | <input type="hidden" name="token" value="{{ token }}"> | ||
27 | </form> | ||
28 | {% endblock %} \ No newline at end of file | ||