diff options
Diffstat (limited to 'templates/contact.html')
-rw-r--r-- | templates/contact.html | 9 |
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 %} |