mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Add pound signs to confirmation emails
This commit is contained in:
@@ -5,7 +5,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.last_edited_at }}</b>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Hi {{ to_name|default:"there" }},
|
Hi {{ to_name|default:"there" }},
|
||||||
|
|
||||||
Your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for {{object.amount}} by {{object.name}} as of {{object.last_edited_at}}.
|
Your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.last_edited_at}}.
|
||||||
|
|
||||||
{% if object.event.organisation and object.event.organisation.union_account %}{# internal #}
|
{% if object.event.organisation and object.event.organisation.union_account %}{# internal #}
|
||||||
Your event is now fully booked and payment will be processed by the finance department automatically.
|
Your event is now fully booked and payment will be processed by the finance department automatically.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Hi {{object.event.mic.get_full_name|default_if_none:"somebody"}},
|
Hi {{object.event.mic.get_full_name|default_if_none:"somebody"}},
|
||||||
|
|
||||||
Just to let you know your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for {{object.amount}} by {{object.name}} as of {{object.last_edited_at}}.
|
Just to let you know your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.last_edited_at}}.
|
||||||
|
|
||||||
The TEC Rig Information Gathering System
|
The TEC Rig Information Gathering System
|
||||||
|
|||||||
Reference in New Issue
Block a user