more config improvements, move away from settings GLOBALS to getters

This commit is contained in:
Nick Sweeting 2024-10-24 14:49:33 -07:00
parent b9492f7736
commit 9e40dd69a4
No known key found for this signature in database
8 changed files with 34 additions and 38 deletions

View file

@ -148,6 +148,7 @@
{% block footer %}<div id="footer"></div>{% endblock %}
</div>
{% comment %}
{% if user.is_authenticated and user.is_superuser and CAN_UPGRADE %}
<script>
if (!localStorage.getItem("bannerDismissed")) {
@ -184,6 +185,7 @@
}
</script>
{% endif %}
{% endcomment %}
<script>
$ = django.jQuery;