This commit is contained in:
2025-08-07 17:53:14 +09:00
parent 4c595b1797
commit 8c00c92577

View File

@@ -21,15 +21,6 @@
</style> </style>
{% endblock %} {% endblock %}
{% block content %}
<h1>Настройки бота: {{ original.name }}</h1>
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
{{ adminform.form.as_p }}
<button type="submit" class="btn btn-primary">Сохранить</button>
</form>
{% endblock %}
{% block footer %} {% block footer %}
{{ block.super }} {{ block.super }}
<script> <script>