aboutsummaryrefslogtreecommitdiff
path: root/templates/contact.html
diff options
context:
space:
mode:
authorAlban Gruin2017-09-12 21:42:52 +0200
committerAlban Gruin2017-09-12 21:42:52 +0200
commit5490a366c2acba45cc617a825904ba95eeb6b374 (patch)
tree315cfecea08bcf3cb671ddf28ef7b000016a04b7 /templates/contact.html
parent5a391f46fafee98b653f9c64219ad17844f7e340 (diff)
Ajout d’une page contact. L’adresse email est brouillée.
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/contact.html b/templates/contact.html
new file mode 100644
index 0000000..1359a16
--- /dev/null
+++ b/templates/contact.html
@@ -0,0 +1,9 @@
+{% 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 %}