first commit
This commit is contained in:
14
templates/account/password_reset_from_key_done.html
Executable file
14
templates/account/password_reset_from_key_done.html
Executable file
@@ -0,0 +1,14 @@
|
||||
{% extends "account/base_entrance.html" %}
|
||||
{% load i18n %}
|
||||
{% load allauth %}
|
||||
{% block head_title %}
|
||||
{% trans "Change Password" %}
|
||||
{% endblock head_title %}
|
||||
{% block content %}
|
||||
{% element h1 %}
|
||||
{% trans "Change Password" %}
|
||||
{% endelement %}
|
||||
{% element p %}
|
||||
{% trans 'Your password is now changed.' %}
|
||||
{% endelement %}
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user