Fix_Schrift + request bei requirements
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user