Update templates
This commit is contained in:
6
ojusomap/templates/registration/password_reset_done.html
Normal file
6
ojusomap/templates/registration/password_reset_done.html
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<p>{% trans "Email with password reset instructions has been sent." %}</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user