before send to remote
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>
|
@@ -0,0 +1,3 @@
|
||||
{% load i18n %}{% autoescape off %}
|
||||
{% blocktranslate %}Password reset on {{ site_name }}{% endblocktranslate %}
|
||||
{% endautoescape %}
|
Reference in New Issue
Block a user