Organization tenancy and frontend #16

Merged
rixx merged 26 commits from 6-organizations into main 2025-03-21 12:32:53 +00:00
Showing only changes of commit dcbf98f829 - Show all commits

View file

@ -8,6 +8,7 @@
<link rel="stylesheet"
href="{% static 'mazer/compiled/css/app-dark.css' %}">
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
<script src="{% static "js/htmx.min.js" %}" defer></script>
</head>
<title>
{% block html_title %}
@ -15,7 +16,7 @@
{% endblock html_title %}
Servala</title>
</head>
<body>
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
<script src="{% static 'mazer/static/js/initTheme.js' %}"></script>
<div id="app">
{% include 'includes/sidebar.html' %}