Back to Wagtail

Field Row Panel

wagtail/admin/templates/wagtailadmin/panels/field_row_panel.html

7.3.1299 B
Original Source

{% load wagtailadmin_tags %} {% if self.help_text %} {% help_block status="info" %}{{ self.help_text }}{% endhelp_block %} {% endif %} {% field_row %} {% for child in self.visible_children %} {% include "wagtailadmin/panels/multi_field_panel_child.html" %} {% endfor %} {% endfield_row %}