From e378e1d03d266d4cc7207bdeb0e61769ad96a27a Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 19 Jun 2022 21:51:08 +0100 Subject: [PATCH] . --- templates/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 8ee2096d..e4fa03c5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,14 @@ {% endif %} {% if request.user.is_staff %}Admin{% endif %} -

A radiology resource

+ {% if request.user.is_authenticated %} +

+ Your Exams + +

+ {% endif %} + +

RTS is available here

{% if request.user.is_staff %}