Organization tenancy and frontend #16
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{% static 'mazer/compiled/css/app-dark.css' %}">
|
href="{% static 'mazer/compiled/css/app-dark.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
|
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
|
||||||
|
<script src="{% static "js/htmx.min.js" %}" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<title>
|
<title>
|
||||||
{% block html_title %}
|
{% block html_title %}
|
||||||
|
@ -15,7 +16,7 @@
|
||||||
{% endblock html_title %}
|
{% endblock html_title %}
|
||||||
– Servala</title>
|
– Servala</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
|
||||||
<script src="{% static 'mazer/static/js/initTheme.js' %}"></script>
|
<script src="{% static 'mazer/static/js/initTheme.js' %}"></script>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
{% include 'includes/sidebar.html' %}
|
{% include 'includes/sidebar.html' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue