aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorAlban Gruin2017-10-30 18:29:21 +0100
committerAlban Gruin2017-10-30 18:29:21 +0100
commitb68c59c72be3a8e3d3201dca1941879508afcb3b (patch)
tree094429a0def6e839ba82efd295ef7e1c17e15a14 /templates/index.html
parenteed022ccf449a4cfceb39c28bb41741bc490d343 (diff)
Liens vers les flatpages
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 005fd5b..abaf5f1 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,7 +24,7 @@
{% endblock %}
</div>
<footer>
- <p>(c) 2017 &ndash; Alban Gruin &ndash; <a href="{% url "contact" %}">contacter</a><br />
+ <p>(c) 2017 &ndash; Alban Gruin &ndash; <a href="{% url "django.contrib.flatpages.views.flatpage" url="contact/" %}">contacter</a> &ndash; <a href="{% url "django.contrib.flatpages.views.flatpage" url="a-propos/" %}">à propos</a><br />
Design inspiré par <a href="https://bestmotherfucking.website/">https://bestmotherfucking.website/</a></p>
</footer>
</body>