diff options
| author | Alban Gruin | 2017-10-31 12:38:34 +0100 | 
|---|---|---|
| committer | Alban Gruin | 2017-10-31 12:38:34 +0100 | 
| commit | 55ad46fe32ce8122d884dda4eb498e20e39622ad (patch) | |
| tree | 6949c6fecd40967ca233d99607b7803022edf226 /templates | |
| parent | b68c59c72be3a8e3d3201dca1941879508afcb3b (diff) | |
Suppression de l’ancienne page de contact
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/contact.html | 9 | ||||
| -rw-r--r-- | templates/flatpages/default.html | 2 | 
2 files changed, 1 insertions, 10 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 %} diff --git a/templates/flatpages/default.html b/templates/flatpages/default.html index 42f67db..913cda9 100644 --- a/templates/flatpages/default.html +++ b/templates/flatpages/default.html @@ -4,5 +4,5 @@  {% block body %}        <h3>{{ flatpage.title }}</h3> -      <p>{{ flatpage.content }}</p> +      {{ flatpage.content }}  {% endblock %}  | 
