We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93e5e16 + f86df89 commit 9668037Copy full SHA for 9668037
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/elements/field.html
@@ -33,7 +33,7 @@
33
{% if attrs.autocomplete %}autocomplete="{{ attrs.autocomplete }}"{% endif %}
34
value="{{ attrs.value|default_if_none:"" }}"
35
type="{{ attrs.type }}" />
36
- <label class="form-check-label" for="gridRadios1">
+ <label class="form-check-label" for="{{ attrs.id }}">
37
{% slot label %}
38
{% endslot %}
39
</label>
@@ -62,6 +62,5 @@
62
</div>
63
{% endif %}
64
{% if slots.help_text %}
65
- <div class="form-text">{% slot help_text %}</div>
66
-{% endslot %}
+ <div class="form-text">{% slot help_text %}{% endslot %}</div>
67
{% endif %}{% endraw %}
0 commit comments