Mercurial > libervia-templates
diff 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 |
line wrap: on
line diff
--- a/default/event/invitation.html Thu May 04 01:00:23 2017 +0200 +++ b/default/event/invitation.html Thu May 04 01:00:29 2017 +0200 @@ -1,9 +1,12 @@ {% extends 'base/base.html' %} {% block body %} -<div class='invitation_header'> +<div class='invitation_header box'> <h1>Welcome {{name}}</h1> <p class='instructions'>You have been invited to participate to an event</p> + {% if event.picture is defined %} + <p><img id='event_picture' src="{{event.picture}}"></p> + {% endif %} </div> {% include 'event/attendance.html' %}