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/email_deleted_subject.txt
Normal file
4
theme/templates/account/email/email_deleted_subject.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}Email Removed{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue