diff --git a/gestioncof/templates/utile_cof.html b/gestioncof/templates/gestioncof/utile_cof.html
similarity index 98%
rename from gestioncof/templates/utile_cof.html
rename to gestioncof/templates/gestioncof/utile_cof.html
index ebcedf45..ae024949 100644
--- a/gestioncof/templates/utile_cof.html
+++ b/gestioncof/templates/gestioncof/utile_cof.html
@@ -18,7 +18,7 @@
 		  <li><a href="{% url 'gestioncof.views.export_mega' %}">Export de tout le monde</a></li>
                 </ul>
 
-                <p>Note&nbsp;: pour ouvrir les fichiers .csv avec Excell, il faut
+                <p>Note&nbsp;: pour ouvrir les fichiers .csv avec Excel, il faut
                 passer par <tt>Fichier &gt; Importer</tt> et sélectionner la
                 virgule comme séparateur.</p> 
 {% endblock %}
diff --git a/gestioncof/views.py b/gestioncof/views.py
index 3bc8c2f9..1945f7f6 100644
--- a/gestioncof/views.py
+++ b/gestioncof/views.py
@@ -637,7 +637,7 @@ def export_mega(request):
 
 @buro_required
 def utile_cof(request):
-    return render(request, "utile_cof.html", {})
+    return render(request, "gestioncof/utile_cof.html", {})
 
 
 @buro_required