add an about page (and some mroe tests)

This commit is contained in:
Ross
2023-12-04 10:13:19 +00:00
parent f720bbe765
commit 4d3014b489
5 changed files with 43 additions and 0 deletions
+1
View File
@@ -139,6 +139,7 @@
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a class="text-muted" href="{% url 'privacy' %}">Privacy</a></li>
<li class="ms-3"><a class="text-muted" href="{% url 'cookie_consent_cookie_group_list' %}">Cookies</a></li>
<li class="ms-3"><a class="text-muted" href="{% url 'about' %}">About</a></li>
</ul>
</footer>
</body>