From 7abcf286664db085c6cc2bab680296ef6ee8238c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Thu, 23 Feb 2017 10:35:46 +0100 Subject: [PATCH] Move the registration_form template --- cof/templates/{ => cof}/registration_form.html | 0 cof/templates/cof/registration_post.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cof/templates/{ => cof}/registration_form.html (100%) 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 %}