refine permissions on analytics

This commit is contained in:
David Kennedy 2025-03-03 17:05:57 -05:00
parent 4dd16ec370
commit 562ff46faa
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -63,6 +63,7 @@
</table>
</div>
{% endfor %}
{% if perms.registrar.analyst_access_permission or perms.full_access_permission %}
<div class="module">
<table class="width-full">
<caption class="text-bold">Analytics</caption>
@ -78,6 +79,7 @@
</tbody>
</table>
</div>
{% endif %}
{% else %}
<p>{% translate 'You dont have permission to view or edit anything.' %}</p>
{% endif %}