User registration

This commit is contained in:
Simon Vieille 2015-11-21 15:05:52 +01:00
parent 5135fd7f53
commit 39d1709b5a

View file

@ -24,8 +24,7 @@
{{ success }}
</div>
</div>
{% endif %}
{% else %}
<form action="{{ path('login_register') }}" method="post" id="main-form">
<div class="col-md-12">
<div class="panel panel-default">
@ -52,5 +51,6 @@
</div>
</div>
</form>
{% endif %}
</div>
{% endblock %}