ui: rewrite admin templates to pf4, add some helper scripts

This commit is contained in:
Jens Langhammer
2020-02-21 14:20:16 +01:00
parent 8fd86a28ff
commit ea6a1422f7
26 changed files with 1063 additions and 956 deletions

View File

@ -1,4 +1,4 @@
{% extends "base/skeleton_pf4.html" %}
{% extends "base/skeleton.html" %}
{% load static %}
{% load i18n %}
@ -123,16 +123,3 @@
</main>
</div>
{% endblock %}
{% block scripts %}
{{ block.super }}
<script>
$(document).ready(function () {
// initialize tooltips
$('[data-toggle="tooltip"]').tooltip();
// Initialize the vertical navigation
$().setupVerticalNavigation(true);
});
</script>
{% endblock %}