forked from wallabag/wallabag
Move templates
This commit is contained in:
11
templates/Resetting/passwordAlreadyRequested.html.twig
Normal file
11
templates/Resetting/passwordAlreadyRequested.html.twig
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "@FOSUser/layout.html.twig" %}
|
||||
|
||||
{% trans_default_domain 'FOSUserBundle' %}
|
||||
|
||||
{% block fos_user_content %}
|
||||
<div class="card-content">
|
||||
<div class="row">
|
||||
{{ 'resetting.password_already_requested'|trans }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock fos_user_content %}
|
||||
Reference in New Issue
Block a user