Begin implementing DB framework

This commit is contained in:
2022-09-27 15:15:08 +01:00
parent 845b02b0eb
commit 202a13cccb
21 changed files with 1316 additions and 968 deletions

View File

@@ -257,7 +257,7 @@
{% endif %}
{% if perms.core.use_insights %}
<a class="navbar-item" href="{% url 'insights' %}">
<a class="navbar-item" href="{# url 'insights' #}">
Insights
</a>
{% endif %}