Add lost password recovery
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="fr">
|
||||
<html lang="fr">
|
||||
|
||||
{% include '_head.html' %}
|
||||
|
||||
|
||||
<body role="document">
|
||||
|
||||
|
||||
{% include '_nav_userlogin.html'%}
|
||||
|
||||
|
||||
@@ -11,7 +15,10 @@
|
||||
{% block main %}{% endblock %}
|
||||
</div>
|
||||
|
||||
{% include '_flash_msgs.html' %}
|
||||
{% include '_footer.html' %}
|
||||
{% include '_js.html' %}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user