We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524c11f commit bd8f529Copy full SHA for bd8f529
accounts/templates/django_registration/activation_form.html
@@ -35,7 +35,7 @@ <h1>Activate Account</h1>
35
<label for="{{ field.id_for_label }}" class="label">
36
<span class="label-text font-medium">{{ field.label }}</span>
37
</label>
38
- {{ field|add_class:"input input-bordered w-full bg-white" }}
+ {{ field|add_class:"input input-bordered w-full bg-white text-gray-800" }}
39
{% if field.help_text %}
40
<span class="label-text-alt text-sm mt-1">{{ field.help_text }}</span>
41
{% endif %}
0 commit comments