diff options
author | Alban Gruin | 2018-04-03 08:06:56 +0200 |
---|---|---|
committer | Alban Gruin | 2018-04-03 08:06:56 +0200 |
commit | 81046d1e44380fd961efbc308a85d134f33d2bab (patch) | |
tree | 31cbba0b99dd9475e93f415c41f0286b1578a5e0 /templates | |
parent | e62d3339d807f7e82cb4e1aa8751a3fd9684760c (diff) |
Changement de l’année inscrite dans la template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 71665bc..081f663 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ {% endblock %} </div> <footer> - <p>(c) 2017 – Alban Gruin – <a href="{% url "django.contrib.flatpages.views.flatpage" url="contact/" %}">contacter</a> – celcatsanitizer {{ celcatsanitizer_version }} – <a href="{% url "django.contrib.flatpages.views.flatpage" url="a-propos/" %}">à propos</a><br /> + <p>(c) 2018 – Alban Gruin – <a href="{% url "django.contrib.flatpages.views.flatpage" url="contact/" %}">contacter</a> – celcatsanitizer {{ celcatsanitizer_version }} – <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> |