Skip to content
Snippets Groups Projects
Commit 8112bc91 authored by jan.bednarik's avatar jan.bednarik
Browse files

uniweb: Fix captcha form responsibility

parent 09b6d5b0
Branches
No related tags found
2 merge requests!400uniweb: Fix captcha form responsibility,!399uniweb: Fix captcha form responsibility
Pipeline #5267 passed
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</div> </div>
{% elif field.widget_type == "captchatext" %} {% elif field.widget_type == "captchatext" %}
<label class="form-field__label" for="{{ field.id_for_label }}">{{ field.label }}</label> <label class="form-field__label" for="{{ field.id_for_label }}">{{ field.label }}</label>
<div class="form-field__wrapper form-field__wrapper--shadowed w-1/2"> <div class="form-field__wrapper form-field__wrapper--shadowed sm:w-1/2">
{{ field|add_class:"text-input form-field__control" }} {{ field|add_class:"text-input form-field__control" }}
</div> </div>
{% else %} {% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment