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
+11
View File
@@ -0,0 +1,11 @@
{% extends 'base.html' %}
{% block content %}
<div class="anatomy">
<h1>About</h1>
<p>Developed for / as part of the <a href="https://www.penra.org.uk/">Peninsula Radiology Academy</a>.</p>
<p>Click <a href="https://www.penra.org.uk/courses-at-the-academy/">here for upcoming courses / open days.</a></p>
</div>
{% endblock %}