Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
16:8cdcbe0d7dee | 17:48b831ab4238 |
---|---|
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 box'> |
5 <h1>Welcome {{name}}</h1> | 5 <h1>Welcome {{name}}</h1> |
6 <p class='instructions'>You have been invited to participate to an event</p> | 6 <p class='instructions'>You have been invited to participate to an event</p> |
7 {% if event.picture is defined %} | |
8 <p><img id='event_picture' src="{{event.picture}}"></p> | |
9 {% endif %} | |
7 </div> | 10 </div> |
8 | 11 |
9 {% include 'event/attendance.html' %} | 12 {% include 'event/attendance.html' %} |
10 | 13 |
11 {% if items is defined %} | 14 {% if items is defined %} |