mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
FIX: Additionally fix datestamp on HTML client emails (#321)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Your event <b>N{{ object.event.pk|stringformat:"05d" }}</b> has been successfully authorised
|
Your event <b>N{{ object.event.pk|stringformat:"05d" }}</b> has been successfully authorised
|
||||||
for <b>£{{ object.amount }}</b>
|
for <b>£{{ object.amount }}</b>
|
||||||
by <b>{{ object.name }}</b> as of <b>{{ object.last_edited_at }}</b>.
|
by <b>{{ object.name }}</b> as of <b>{{ object.event.last_edited_at }}</b>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Hi {{ to_name|default:"there" }},
|
Hi {{ to_name|default_if_none:"there" }},
|
||||||
|
|
||||||
Your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.event.last_edited_at}}.
|
Your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.event.last_edited_at}}.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user