diff --git a/bda/templates/inscription-bda.html b/bda/templates/inscription-bda.html index f760f1b1..5f529eef 100644 --- a/bda/templates/inscription-bda.html +++ b/bda/templates/inscription-bda.html @@ -98,7 +98,7 @@ var django = { {% if stateerror %}
Impossible d'enregistrer vos modifications: vous avez apporté d'autres modifications entre temps
{% endif %} - -{% endblock %} diff --git a/bda/templates/inscription-bda2.html b/bda/templates/inscription-bda2.html deleted file mode 100644 index 91b08b93..00000000 --- a/bda/templates/inscription-bda2.html +++ /dev/null @@ -1,120 +0,0 @@ -{% extends "base_title.html" %} - -{% block extra_head %} - - - - - -{% endblock %} - -{% block realcontent %} - - -Votre inscription a été mise à jour avec succès !
- {% endif %} - {% if stateerror %} -Impossible d'enregistrer vos modifications: vous avez apporté d'autres modifications entre temps
- {% endif %} - -{% endblock %} diff --git a/bda/templates/inscription-bda3.html b/bda/templates/inscription-bda3.html deleted file mode 100644 index bf77bac8..00000000 --- a/bda/templates/inscription-bda3.html +++ /dev/null @@ -1,120 +0,0 @@ -{% extends "base_title.html" %} - -{% block extra_head %} - - - - - -{% endblock %} - -{% block realcontent %} - - -Votre inscription a été mise à jour avec succès !
- {% endif %} - {% if stateerror %} -Impossible d'enregistrer vos modifications: vous avez apporté d'autres modifications entre temps
- {% endif %} - -{% endblock %}