Move the registration_form template
This commit is contained in:
parent
5632cdaa22
commit
7abcf28666
2 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue