accounts, add modal and many more
This commit is contained in:
parent
7a4cb2ff67
commit
81dba3e6b3
53 changed files with 829 additions and 19 deletions
12
templates/account/email/unknown_account_message.txt
Normal file
12
templates/account/email/unknown_account_message.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
{% extends "account/email/base_message.txt" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}{% autoescape off %}{% blocktrans %}You are receiving this e-mail because you or someone else has requested a
|
||||
password for your user account. However, we do not have any record of a user
|
||||
with email {{ email }} in our database.
|
||||
|
||||
This mail can be safely ignored if you did not request a password reset.
|
||||
|
||||
If it was you, you can sign up for an account using the link below.{% endblocktrans %}
|
||||
|
||||
{{ signup_url }}{% endautoescape %}{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue