diff --git a/bda/templates/bda/resume_places.html b/bda/templates/bda/resume_places.html
index 226e697a..7cbd06ea 100644
--- a/bda/templates/bda/resume_places.html
+++ b/bda/templates/bda/resume_places.html
@@ -16,7 +16,7 @@
Total à payer : {{ total|floatformat }}€
Ne manque pas un spectacle avec le
- calendrier
+ calendrier
automatique !
{% else %}
Vous n'avez aucune place :(
diff --git a/cof/templates/cof/base_header.html b/cof/templates/cof/base_header.html
index 4713a286..dd9c1967 100644
--- a/cof/templates/cof/base_header.html
+++ b/cof/templates/cof/base_header.html
@@ -3,7 +3,7 @@
{% block content %}
@@ -105,8 +105,8 @@
Liens utiles
diff --git a/cof/templates/registration.html b/cof/templates/registration.html
index 559226b7..e81d7b2b 100644
--- a/cof/templates/registration.html
+++ b/cof/templates/registration.html
@@ -16,7 +16,7 @@
// On attend que la page soit prête pour executer le code
$(document).ready(function() {
$('input#search_autocomplete').yourlabsAutocomplete({
- url: '{% url 'cof.autocomplete.autocomplete' %}',
+ url: '{% url 'autocomplete' %}',
minimumCharacters: 3,
id: 'search_autocomplete',
choiceSelector: 'li:has(a)',
diff --git a/cof/templates/registration/password_change_done.html b/cof/templates/registration/password_change_done.html
index 2f2e4eea..9f2c4a60 100644
--- a/cof/templates/registration/password_change_done.html
+++ b/cof/templates/registration/password_change_done.html
@@ -5,5 +5,5 @@
{% block realcontent %}
Mot de passe modifié avec succès !
-
+
{% endblock %}
diff --git a/cof/templates/registration/password_change_form.html b/cof/templates/registration/password_change_form.html
index f579fb31..d9a3f66a 100644
--- a/cof/templates/registration/password_change_form.html
+++ b/cof/templates/registration/password_change_form.html
@@ -5,7 +5,7 @@
{% block realcontent %}
Changement de mot de passe
-