diff options
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 %} |