mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Regression in b52c73008a.
This commit is contained in:
@@ -1 +1 @@
|
||||
{% for widget in widget.subwidgets %}{% include widget.template_name %}{% endfor %}
|
||||
{% for widget in widget.subwidgets -%}{% include widget.template_name %}{%- endfor %}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{% for widget in widget.subwidgets %}{% include widget.template_name %}{% endfor %}
|
||||
{% spaceless %}{% for widget in widget.subwidgets %}{% include widget.template_name %}{% endfor %}{% endspaceless %}
|
||||
|
||||
Reference in New Issue
Block a user