Mercurial > libervia-templates
view default/event/invitation.html @ 18:d4a8afa7b590
input/field: <label> is separated from <input>
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 04 May 2017 01:00:29 +0200 |
parents | 48b831ab4238 |
children | 422c54e0204a |
line wrap: on
line source
{% extends 'base/base.html' %} {% block body %} <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' %} {% if items is defined %} {% include 'blog/articles.html' %} {% endif %} {% endblock body %}