Fix_Schrift + request bei requirements

This commit is contained in:
nik8
2025-09-27 19:06:44 +02:00
parent df4f7e92bc
commit 3b37bd8338
4 changed files with 11 additions and 8 deletions

View File

@@ -2,14 +2,12 @@
{% block content %}
<style>
.dark label {
color: white!important;
}
</style>
<div class="dark input-group border-blue-600 border-2 rounded-xl shadow-md mt-12 dark:text-white! dark:bg-transparent!">
<form method="post" enctype="multipart/form-data">
<form method="post" enctype="multipart/form-data" class="dark-form ">
{% csrf_token %}
{{ form.as_p }}