diff options
author | Alban Gruin | 2017-11-06 08:21:35 +0100 |
---|---|---|
committer | Alban Gruin | 2017-11-06 08:21:35 +0100 |
commit | 771f4ebb8f1e27212bfce413ea664a73c7a86965 (patch) | |
tree | 2b0525b27ff4706ff8e4eff510b464c3cb86b9e2 /templates/contact.html | |
parent | 959bbaa5170aea4a9600d774280d44fc5107fdae (diff) | |
parent | bafa5f07a4e1b5c2cc2bb234ad2f12929a983025 (diff) |
Merge commit 'bafa5f07a4e1b5c2cc2bb234ad2f12929a983025'
Diffstat (limited to 'templates/contact.html')
-rw-r--r-- | templates/contact.html | 9 |
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 %} |