aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/Security/checkEmail.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-08-24 19:58:23 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-13 13:35:12 +0200
commita78d6afeaafb372cb5d620db7361b8ad98f070dc (patch)
tree4917f43d28bf671b50830ce3e3607d5ec57ad8f6 /src/Wallabag/CoreBundle/Resources/views/Security/checkEmail.html.twig
parent4d5fd9be812825c480589cdcfcec281ffb5aa66a (diff)
downloadwallabag-a78d6afeaafb372cb5d620db7361b8ad98f070dc.tar.gz
wallabag-a78d6afeaafb372cb5d620db7361b8ad98f070dc.tar.zst
wallabag-a78d6afeaafb372cb5d620db7361b8ad98f070dc.zip
Move baggy theme in its folder
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/Security/checkEmail.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/Security/checkEmail.html.twig17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/Security/checkEmail.html.twig b/src/Wallabag/CoreBundle/Resources/views/Security/checkEmail.html.twig
deleted file mode 100644
index 056d65b5..00000000
--- a/src/Wallabag/CoreBundle/Resources/views/Security/checkEmail.html.twig
+++ /dev/null
@@ -1,17 +0,0 @@
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
3{% block title %}{% trans %}Forgot password{% endtrans %}{% endblock %}
4
5{% block body_class %}login{% endblock %}
6
7{% block menu %}{% endblock %}
8
9{% block content %}
10 <form>
11 <fieldset class="w500p center">
12 <h2 class="mbs txtcenter">{% trans %}Forgot password{% endtrans %}</h2>
13
14 <p>{{ 'An email has been sent to %email%. It contains a link you must click to reset your password.'|trans({'%email%': email}) }}</p>
15 </fieldset>
16 </form>
17{% endblock %}