summaryrefslogtreecommitdiff
path: root/postgresqleu/mailqueue/util.py
diff options
context:
space:
mode:
authorMagnus Hagander2018-12-14 13:32:42 +0000
committerMagnus Hagander2018-12-14 13:32:42 +0000
commit52f065bb9bbe9a9e6f648dc31c25ba3af147ac85 (patch)
treecf55078ca5d954e4e0028eb86fdee54475dc7189 /postgresqleu/mailqueue/util.py
parent12f7175e1fedccd890ab6d3475b21f2f016fbb03 (diff)
Fix spacing around parameter names
Surprisingly many of these were pure copy/paste errors from the same source...
Diffstat (limited to 'postgresqleu/mailqueue/util.py')
-rw-r--r--postgresqleu/mailqueue/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/mailqueue/util.py b/postgresqleu/mailqueue/util.py
index 3b0ddb57..646b2e3a 100644
--- a/postgresqleu/mailqueue/util.py
+++ b/postgresqleu/mailqueue/util.py
@@ -11,7 +11,7 @@ from django.template.loader import get_template
from models import QueuedMail
-def template_to_string(templatename, attrs = {}):
+def template_to_string(templatename, attrs={}):
context = {}
context.update(attrs)
context.update(settings_context())