mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-20 22:58:58 +03:00
Add labels to localized subwidgets
This commit is contained in:
committed by
Swen Kooij
parent
d4c24dea97
commit
e8e044f6e2
@@ -0,0 +1,4 @@
|
||||
{% for widget in widget.subwidgets %}
|
||||
<label for="{{ widget.attrs.id }}">{{ widget.attrs.lang_name }}</label>
|
||||
{% include widget.template_name %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user