2018-06-24 22:42:26 +00:00
|
|
|
{% extends 'base.html.twig' %}
|
|
|
|
|
|
|
|
{% block content %}
|
2018-06-28 23:14:36 +00:00
|
|
|
{% if inviteInvalid %}
|
|
|
|
<h1>Invalid invite</h1>
|
|
|
|
{% else %}
|
2018-06-24 22:42:26 +00:00
|
|
|
<div id="form-register">
|
|
|
|
{{ form(form) }}
|
|
|
|
</div>
|
2018-06-28 23:14:36 +00:00
|
|
|
{% endif %}
|
2018-06-24 22:42:26 +00:00
|
|
|
{% endblock %}
|