Skip to content

Commit

Permalink
Adds missing space in template
Browse files Browse the repository at this point in the history
Currently says "send themthis personalized link" - forced SPACE between them and this
  • Loading branch information
earl7399 committed Sep 3, 2018
1 parent 99e685e commit ec13d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uber/templates/emails/reg_workflow/refund_policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{% if attendee.is_transferable %}
If for any reason you can't make it, we allow and encourage you to resell your
registration up to the exact price you paid for it. To transfer your
registration to another person, send them
<a href="{{ c.URL_BASE }}/preregistration/transfer_badge?id={{ attendee.id }}">this personalized link</a>.
registration to another person, send
them <a href="{{ c.URL_BASE }}/preregistration/transfer_badge?id={{ attendee.id }}">this personalized link</a>.
{% endif %}
{% if c.REFUND_CUTOFF %}
{% if c.BEFORE_REFUND_CUTOFF %}You may {% if attendee.is_transferable %}also {% endif %}
Expand Down

0 comments on commit ec13d6b

Please sign in to comment.