Typo in invite template

This commit is contained in:
Daniel Berteaud 2015-07-22 17:58:19 +02:00
parent 6d408452f8
commit 10477bb90e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<p>
<%= l('IF_YOU_CANNOT_JOIN') %>
<h3>
<a style="color:red" href="<%= Mojo::URL->new($self->url_for('/invitation/') . $token)->to_abs)->scheme('https') %>">
<a style="color:red" href="<%= Mojo::URL->new($self->url_for('/invitation/' . $token)->to_abs)->scheme('https') %>">
<%= l('YOU_CAN_NOTIFY_THE_ORGANIZER') %>
</a>
</h3>