diff --git a/gestioncof/templates/registration_form.html b/gestioncof/templates/gestioncof/registration_form.html similarity index 100% rename from gestioncof/templates/registration_form.html rename to gestioncof/templates/gestioncof/registration_form.html diff --git a/gestioncof/templates/gestioncof/registration_post.html b/gestioncof/templates/gestioncof/registration_post.html index e96fa1e7..5eca28c9 100644 --- a/gestioncof/templates/gestioncof/registration_post.html +++ b/gestioncof/templates/gestioncof/registration_post.html @@ -3,6 +3,6 @@ {% block realcontent %}

Inscription d'un nouveau membre

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