feat: update versions for python packages, add Pages functionality (#1386)

This PR updates Django core version and also brings html pages support (that admins can create)
This commit is contained in:
Markos Gogoulos
2025-09-21 15:38:43 +03:00
committed by GitHub
parent cbef629baf
commit 208f0b338b
209 changed files with 7399 additions and 14 deletions

View File

@@ -7,6 +7,15 @@
{% block innercontent %}
<style>
.user-action-form-inner {
max-width: 1000px;
}
.user-action-form-inner textarea {
min-height: 60vh;
}
</style>
{% if action == 'delete' %}
<div class="user-action-form-wrap">