From 5fadd6e311ecf562e3f55c66e353758daeb3952b Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 29 Jul 2021 22:36:19 +0100 Subject: [PATCH] . --- templates/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7484decf..768dcb88 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,15 +3,17 @@ {% block content %}

PENRA Courses

+ {% if not request.user.is_authenticated %} + Log in + Reset password + {% else %} Anatomy Physics Rapids Longs SBAs - {% if not request.user.is_authenticated %} - Log in - Reset password {% endif %} {% if request.user.is_staff %}Admin{% endif %}
+

A radiology resource

{% endblock %} \ No newline at end of file