aboutsummaryrefslogtreecommitdiff
path: root/templates/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/contact.html b/templates/contact.html
deleted file mode 100644
index 1359a16..0000000
--- a/templates/contact.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "index.html" %}
-{% load email %}
-
-{% block title %}Contacter – {% endblock %}
-
-{% block body %}
- <h3>Contacter</h3>
- <p>Pour contacter l’administrateur du service, envoyez un mail à l’adresse suivante :<br/>{{ email|format_email }}.</p>
-{% endblock %}