Skip to content

Commit

Permalink
remove location from emails
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Jun 8, 2021
1 parent 8dbe712 commit 30527fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion templates/booking/email/booking_received.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

{% block messagecontent %}
<div style="font-family: sans-serif;">
<h2>Please note this {{ ev_type }} is {% if event.location != "Online" %}at the <span style="color: red">{{event.location}}</span> studio{% else %}<span style="color: red">{{event.location}}</span>{% endif %}</h2>
<p>
Your booking has been received for {{ event }}.
</p>
Expand Down
5 changes: 1 addition & 4 deletions templates/booking/email/booking_received.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{% include "account/email/do_not_reply.txt" %}
=====================================================================
Please note this {{ ev_type }} is at the {{event.location|upper}} studio
=====================================================================
{% include "account/email/do_not_reply.txt" %}s

Your booking has been received for {{ event }}.
{% if not event.cost %}
Expand Down

0 comments on commit 30527fe

Please sign in to comment.