Fix_Schrift + request bei requirements
This commit is contained in:
@@ -10,8 +10,9 @@ class QuizForm(forms.ModelForm):
|
||||
super(QuizForm, self).__init__(*args, **kwargs)
|
||||
for field in self.fields.values():
|
||||
field.widget.attrs.update({
|
||||
'class': 'dark:bg-[#2a2f3a]! dark:text-white'
|
||||
'class': 'dark:bg-[#2a2f3a]! dark:text-white!'
|
||||
})
|
||||
|
||||
|
||||
|
||||
class QuestionForm(forms.ModelForm):
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
qp-container {
|
||||
@apply max-w-xl w-full mx-auto;
|
||||
}
|
||||
.dark-form label {
|
||||
@apply dark:text-white!;
|
||||
}
|
||||
|
||||
nav div ul.qp-nav-list li {
|
||||
@apply text-white hover:scale-110 hover:border-b-2 hover:border-white transition duration-200;
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
|
||||
@@ -10,4 +10,5 @@ channels_redis
|
||||
python-dotenv # Production server safety
|
||||
qrcode~=7.4.2
|
||||
reportlab~=4.2.0
|
||||
pip-licenses ~= 5.0.0
|
||||
pip-licenses ~= 5.0.0
|
||||
requests
|
||||
Reference in New Issue
Block a user