add link to psutil on main page

This commit is contained in:
Ross
2024-12-18 19:41:42 +00:00
parent 7e928c6887
commit e0974ae300
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -81,4 +81,12 @@
<a href="{% url 'rcr:radiology_index_view'%}">RCR platform migration</a>
{% endif %}
</div>
{% if request.user.is_superuser %}
<a href="{% url 'django_psutil_dash:dashboard' %}">psutil</a>
{% endif %}
{% endblock %}