hosted/wlhosted/payments/templates/widgets/vatin.html
Michal Čihař d9683e363c Add custom renderer for VIES field
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>
2018-11-09 12:05:55 +01:00

5 lines
123 B
HTML

<div class="input-group">
{% for widget in widget.subwidgets %}
{% include widget.template_name %}
{% endfor %}
</div>