fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix field order in mail managers
[wolnelektury.git]
/
src
/
contact
/
templates
/
contact
/
mail_managers_body.txt
diff --git
a/src/contact/templates/contact/mail_managers_body.txt
b/src/contact/templates/contact/mail_managers_body.txt
index
b65ebd8
..
3a4297c
100644
(file)
--- a/
src/contact/templates/contact/mail_managers_body.txt
+++ b/
src/contact/templates/contact/mail_managers_body.txt
@@
-2,7
+2,7
@@
https://{{site_domain}}{% url 'admin:contact_contact_change' contact.pk %}
-{% for k, v in contact.
body.
items %}
+{% for k, v in contact.items %}
{{ k }}:
{{ v|pretty_print }}
{% endfor %}