mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 04:31:09 +00:00
Улучшение безопасности
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends "base.html" %} {% block title %}Пользователи - LiB{% endblock %} {%
|
||||
block content %}
|
||||
{% extends "base.html" %} {% block title %}LiB - Пользователи{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container mx-auto p-4">
|
||||
<div class="flex justify-between items-center mb-6">
|
||||
<h1 class="text-2xl font-bold text-gray-800">
|
||||
@@ -429,5 +429,5 @@ block content %}
|
||||
</div>
|
||||
|
||||
{% endblock %} {% block scripts %}
|
||||
<script src="/static/users.js"></script>
|
||||
<script src="/static/page/users.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user