1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 01:39:29 +02:00
vroom/templates/default/invitation_thanks.html.ep
2014-05-28 09:40:36 +02:00

16 lines
451 B
Plaintext

% title $self->l('INVITATION');
%= include 'header'
%= include 'public_toolbar'
<div class="container-fluid">
<br/>
<div class="jumbotron">
<h2><%=l 'MESSAGE_SENT' %></h2>
<p><%=l 'ORGANIZER_WILL_GET_YOUR_MESSAGE' %></p>
<div class='btn-group'>
<a class="btn btn-primary btn-lg" role="button" href="<%= $self->get_url('/') %>"><%=l 'BACK_TO_MAIN_MENU' %></a>
</div>
</div>
</div>
%= include 'js_common'
%= include 'footer'