mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 21:24:16 -04:00
more config improvements, move away from settings GLOBALS to getters
This commit is contained in:
parent
b9492f7736
commit
9e40dd69a4
8 changed files with 34 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue