mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user