Skip to content

Commit

Permalink
adds a minor update to the event confirmation email
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdelatorre committed Mar 26, 2017
1 parent 5035871 commit 94d9812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% with confirmation_url=email_confirmation.get_confirmation_url %}
<p><a href="{{ confirmation_url }}">{{ confirmation_url }}</a></p>
{% endwith %}
<p>Este link será válido durante los siguientes {{ confirmation_url_validity_time|floatformat:"0" }} días.</p>
<p>Este link será válido durante los próximos {{ confirmation_url_validity_time|floatformat:"0" }} días.</p>
<hr>
<p>Los datos de inscripción provistos fueron:</p>
<ul>
Expand Down

0 comments on commit 94d9812

Please sign in to comment.