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 %}