@@ -27,48 +27,64 @@ def test_crispy_filter(self):
2727 <div id="div_id_email" class=" mb-3">
2828 <label for="id_email" class="block text-gray-700 text-sm font-bold mb-2">email<span class="asteriskField">
2929 *</span> </label>
30- <input type="text" name="email" maxlength="30" class="textinput textInput inputtext tailwind-text"
30+ <input type="text" name="email" maxlength="30" class="textinput textInput inputtext w-full rounded-lg """
31+ """border appearance-none py-2 border-gray-300 bg-white text-gray-700 focus:outline-none px-4 block """
32+ """leading-normal"
3133 required id="id_email">
3234 <small id="hint_id_email" class="text-gray-600">Insert your email</small> </div>
3335
3436 <div id="div_id_password1" class=" mb-3">
35- <label for="id_password1" class="block text-gray-700 text-sm font-bold mb-2">password
36- <span class="asteriskField">*</span>
37+ <label for="id_password1" class="block text-gray-700 text-sm font-bold mb-2">password<span
38+ class="asteriskField">*</span>
3739 </label>
38- <input type="password" name="password1" maxlength="30" class="textinput textInput "
39- required id="id_password1"> </div>
40+ <input type="password" name="password1" maxlength="30"
41+ class="passwordinput w-full rounded-lg """
42+ """border appearance-none py-2 border-gray-300 bg-white text-gray-700 focus:outline-none px-4 block """
43+ """leading-normal" required id="id_password1">
44+ </div>
4045
4146 <div id="div_id_password2" class=" mb-3">
4247 <label for="id_password2" class="block text-gray-700 text-sm font-bold mb-2">
4348 re-enter password<span class="asteriskField">*</span> </label>
44- <input type="password" name="password2" maxlength="30" class="textinput textInput "
49+ <input type="password" name="password2" maxlength="30"
50+ class="passwordinput w-full rounded-lg """
51+ """border appearance-none py-2 border-gray-300 bg-white text-gray-700 focus:outline-none px-4 block """
52+ """leading-normal"
4553 required id="id_password2"> </div>
4654
4755 <div id="div_id_first_name" class=" mb-3">
4856 <label for="id_first_name" class="block text-gray-700 text-sm font-bold mb-2">
4957 first name<span class="asteriskField">*</span> </label>
50- <input type="text" name="first_name" maxlength="5" class="textinput textInput inputtext tailwind-text"
51- required id="id_first_name"> </div>
58+ <input type="text" name="first_name" maxlength="5" class="textinput textInput inputtext w-full """
59+ """rounded-lg border appearance-none py-2 border-gray-300 bg-white text-gray-700 focus:outline-none """
60+ 'px-4 block leading-normal"'
61+ """required id="id_first_name"> </div>
5262
5363 <div id="div_id_last_name" class=" mb-3">
5464 <label for="id_last_name" class="block text-gray-700 text-sm font-bold mb-2">
5565 last name<span class="asteriskField">*</span> </label>
56- <input type="text" name="last_name" maxlength="5" class="textinput textInput inputtext tailwind-text"
57- required id="id_last_name"> </div>
66+ <input type="text" name="last_name" maxlength="5"
67+ class="textinput textInput inputtext w-full rounded-lg border appearance-none py-2 border-gray-300 """
68+ """bg-white text-gray-700 focus:outline-none px-4 block leading-normal" required id="id_last_name"> """
69+ """</div>
5870
5971 <div id="div_id_datetime_field" class=" mb-3">
6072 <label for="id_datetime_field_0" class="block text-gray-700 text-sm font-bold mb-2">
6173 date time<span class="asteriskField">*</span> </label>
62- <input type="text" name="datetime_field_0" class="dateinput " required id="id_datetime_field_0">
63- <input type="text" name="datetime_field_1" class="timeinput " required id="id_datetime_field_1">
64- </div>
74+ <input type="text" name="datetime_field_0"
75+ class="dateinput rounded-lg focus:outline border appearance-none py-2 mr-2 border-gray-300 bg-white """
76+ """text-gray-700 focus:outline-none px-4 leading-normal" required id="id_datetime_field_0">
77+ <input type="text" name="datetime_field_1" class="timeinput rounded-lg focus:outline border """
78+ """appearance-none py-2 mr-2 border-gray-300 bg-white text-gray-700 focus:outline-none px-4 """
79+ """leading-normal" required id="id_datetime_field_1"> </div>
6580
6681 <div id="div_id_tos_accepted" class=" mb-3">
6782 <label for="id_tos_accepted" class="block text-gray-700 text-sm font-bold mb-2">
6883 terms of service<span class="asteriskField">*</span> </label>
6984 <div class=" mb-3">
7085 <div class="relative">
71- <select class="block appearance-none w-full bg-gray-200 border border-gray-200 text-gray-700 py-3 px-4 pr-8 rounded leading-tight focus:outline-none focus:bg-white focus:border-gray-500" name="tos_accepted">
86+ <select class="block appearance-none w-full bg-gray-200 border border-gray-200 text-gray-700 py-3 px-4 """
87+ """pr-8 rounded leading-tight focus:outline-none focus:bg-white focus:border-gray-500" name="tos_accepted">
7288 <option value="accepted">Accepted</option>
7389 <option value="not_accepted">Not accepted</option>
7490 </select><div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-700">
0 commit comments