comparison default/invitation/welcome.html @ 20:8fa2fd2e928e

default: added i18n support
author Goffi <goffi@goffi.org>
date Sun, 21 May 2017 16:10:44 +0200
parents 529fff4473c1
children
comparison
equal deleted inserted replaced
19:422c54e0204a 20:8fa2fd2e928e
1 {% extends 'base/base.html' %} 1 {% extends 'base/base.html' %}
2 2
3 {% block body %} 3 {% block body %}
4 <div class='invitation_header'> 4 <div class='invitation_header'>
5 <h1>Welcome {{name}}</h1> 5 <h1>{% trans %}Welcome {{name}}{% endtrans %}</h1>
6 <p class='instructions'>You have been invited to participate with the community, please choose an action below</p> 6 <p class='instructions'>{% trans %}You have been invited to participate with the community, please choose an action below{% endtrans %}</p>
7 </div> 7 </div>
8 8
9 {% if include_url is defined %} 9 {% if include_url is defined %}
10 <iframe id='include_main' src='{{include_url}}'></iframe> 10 <iframe id='include_main' src='{{include_url}}'></iframe>
11 {% endif %} 11 {% endif %}