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" <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' %}