diff --git a/cof/templates/registration_form.html b/cof/templates/cof/registration_form.html similarity index 100% rename from cof/templates/registration_form.html rename to cof/templates/cof/registration_form.html diff --git a/cof/templates/cof/registration_post.html b/cof/templates/cof/registration_post.html index ce2f3786..0ce9d446 100644 --- a/cof/templates/cof/registration_post.html +++ b/cof/templates/cof/registration_post.html @@ -7,6 +7,6 @@ {% if member.profile.is_cof %}Il est désormais membre du COF n°{{ member.profile.num }} !{% endif %}

{% endif %}
- {% include "registration_form.html" %} + {% include "cof/registration_form.html" %}
{% endblock %}