create emailer version 1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div{% include 'django/forms/widgets/attrs.html' %}>
|
||||
{% for entry in summary %}
|
||||
<strong>{{ entry.label }}</strong>{% if entry.value %}: {{ entry.value }}{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
3
env/Lib/site-packages/django/contrib/auth/templates/registration/password_reset_subject.txt
vendored
Normal file
3
env/Lib/site-packages/django/contrib/auth/templates/registration/password_reset_subject.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{% load i18n %}{% autoescape off %}
|
||||
{% blocktranslate %}Password reset on {{ site_name }}{% endblocktranslate %}
|
||||
{% endautoescape %}
|
||||
Reference in New Issue
Block a user