mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/hosted.git
synced 2026-08-01 06:22:36 +08:00
This way we can have native bootstrap look. Includes workaround for https://github.com/codingjoe/django-vies/pull/157 Signed-off-by: Michal Čihař <michal@cihar.com>
5 lines
123 B
HTML
5 lines
123 B
HTML
<div class="input-group">
|
|
{% for widget in widget.subwidgets %}
|
|
{% include widget.template_name %}
|
|
{% endfor %}
|
|
</div>
|