Add missing django-allauth templates to prepare for styling
This commit is contained in:
parent
d942632811
commit
68932b75b6
40 changed files with 552 additions and 0 deletions
4
theme/templates/account/email/password_reset_message.txt
Normal file
4
theme/templates/account/email/password_reset_message.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{% extends "account/email/base_notification.txt" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block notification_message %}{% blocktrans %}Your password has been reset.{% endblocktrans %}{% endblock notification_message %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue