]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig
french translation
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Security / forgotPassword.html.twig
index 9750f8baee88bfd39593bd5a88f1eaf0b73d21fb..7d916237ecc23baa6d7bf5ceedbb540352d2fd05 100644 (file)
@@ -9,12 +9,11 @@
 {% block content %}
     <main class="valign-wrapper">
         <div class="valign row">
-            <h1>{% trans %}Forgot password{% endtrans %}</h1>
             <div class="card sw">
+                <div class="center"><img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" /></div>
                 <form action="{{ path('forgot_password') }}" method="post" name="forgotPasswordform">
                     <div class="card-content">
-
-                        <span class="card-title black-text"><p>{% trans %}Enter your email address below and we'll send you password reset instructions.{% endtrans %}</p></span>
+                        <span class="black-text"><p>{% trans %}Enter your email address below and we'll send you password reset instructions.{% endtrans %}</p></span>
 
                         {% if form_errors(form) %}
                             <span class="black-text">{{ form_errors(form) }}</span>