Skip to content

Commit

Permalink
Merge 081a9ea into 01a87e0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Dec 31, 2019
2 parents 01a87e0 + 081a9ea commit 0e2c836
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RIGS/templates/RIGS/eventauthorisation_client_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p>
Your event <b>N{{ object.event.pk|stringformat:"05d" }}</b> has been successfully authorised
for <b>&pound;{{ 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>
Expand Down
4 changes: 2 additions & 2 deletions RIGS/templates/RIGS/eventauthorisation_client_success.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.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}}.

{% 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.
Expand Down
2 changes: 1 addition & 1 deletion RIGS/templates/RIGS/eventauthorisation_mic_success.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.event.last_edited_at}}.

The TEC Rig Information Gathering System

0 comments on commit 0e2c836

Please sign in to comment.