Changes in base.html

This commit is contained in:
Reena-cell 2022-09-26 13:17:23 +02:00
parent e5002fb7d2
commit 1ce4611a21
2 changed files with 6 additions and 1 deletions

View File

@ -254,7 +254,7 @@ API_VERSION = '4.0.0'
# URL to API Tester
API_TESTER_URL = 'https://www.example.com'
SHOW_API_TESTER = True
SHOW_API_TESTER = False
# Always save session$

View File

@ -120,6 +120,11 @@
{% endfor %}
</div>
{% endif %}
<div class="container" id="body-container">
{% block content %}{% endblock content %}
<div class="footer-content-wrapper" data-lift="WebUI.homePage" style="cursor:pointer">
</div>
</div>
<script>
var currentURL = window.location.href;
const element = document.getElementById('uk')