aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-30 18:09:18 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-30 18:09:18 +0200
commit4aafa7f0df1302dc0984ad942fef3c3be7bffd0d (patch)
tree02ab6959cd55c022c6b41f3f2458664b330d9c6a /src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig
parent4f0dfac6a6269f1fbe9af5dc4ecbd8aaa43348ef (diff)
downloadwallabag-4aafa7f0df1302dc0984ad942fef3c3be7bffd0d.tar.gz
wallabag-4aafa7f0df1302dc0984ad942fef3c3be7bffd0d.tar.zst
wallabag-4aafa7f0df1302dc0984ad942fef3c3be7bffd0d.zip
french translation
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig
index 9750f8ba..7d916237 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig
@@ -9,12 +9,11 @@
9{% block content %} 9{% block content %}
10 <main class="valign-wrapper"> 10 <main class="valign-wrapper">
11 <div class="valign row"> 11 <div class="valign row">
12 <h1>{% trans %}Forgot password{% endtrans %}</h1>
13 <div class="card sw"> 12 <div class="card sw">
13 <div class="center"><img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" /></div>
14 <form action="{{ path('forgot_password') }}" method="post" name="forgotPasswordform"> 14 <form action="{{ path('forgot_password') }}" method="post" name="forgotPasswordform">
15 <div class="card-content"> 15 <div class="card-content">
16 16 <span class="black-text"><p>{% trans %}Enter your email address below and we'll send you password reset instructions.{% endtrans %}</p></span>
17 <span class="card-title black-text"><p>{% trans %}Enter your email address below and we'll send you password reset instructions.{% endtrans %}</p></span>
18 17
19 {% if form_errors(form) %} 18 {% if form_errors(form) %}
20 <span class="black-text">{{ form_errors(form) }}</span> 19 <span class="black-text">{{ form_errors(form) }}</span>