Mercurial > libervia-templates
annotate default/event/invitation.html @ 17:48b831ab4238
event: design improvment
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 04 May 2017 01:00:29 +0200 |
parents | 6f13b25f1ecf |
children | 422c54e0204a |
rev | line source |
---|---|
11 | 1 {% extends 'base/base.html' %} |
2 | |
3 {% block body %} | |
17 | 4 <div class='invitation_header box'> |
11 | 5 <h1>Welcome {{name}}</h1> |
6 <p class='instructions'>You have been invited to participate to an event</p> | |
17 | 7 {% if event.picture is defined %} |
8 <p><img id='event_picture' src="{{event.picture}}"></p> | |
9 {% endif %} | |
11 | 10 </div> |
11 | |
12 {% include 'event/attendance.html' %} | |
13 | |
14 {% if items is defined %} | |
15 {% include 'blog/articles.html' %} | |
16 {% endif %} | |
17 | |
18 {% endblock body %} |