mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
more config improvements, move away from settings GLOBALS to getters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user