aboutsummaryrefslogtreecommitdiff
path: root/templates/contact.html
diff options
context:
space:
mode:
authorAlban Gruin2017-10-31 12:38:34 +0100
committerAlban Gruin2017-10-31 12:38:34 +0100
commit55ad46fe32ce8122d884dda4eb498e20e39622ad (patch)
tree6949c6fecd40967ca233d99607b7803022edf226 /templates/contact.html
parentb68c59c72be3a8e3d3201dca1941879508afcb3b (diff)
Suppression de l’ancienne page de contact
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 %}