mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:26:46 +00:00
Changes in base.html
This commit is contained in:
parent
e5002fb7d2
commit
1ce4611a21
@ -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$
|
||||
|
||||
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user