Move the registration_form template

This commit is contained in:
Martin Pépin 2017-02-23 10:35:46 +01:00
parent 5632cdaa22
commit 7abcf28666
2 changed files with 1 additions and 1 deletions

View file

@ -7,6 +7,6 @@
{% if member.profile.is_cof %}Il est désormais membre du COF n°{{ member.profile.num }} !{% endif %}</p>
{% endif %}
<div id="form-placeholder">
{% include "registration_form.html" %}
{% include "cof/registration_form.html" %}
</div>
{% endblock %}