Legend:
- Unmodified
- Added
- Removed
-
inc/admin/default-templates/forms/form_layout.html.twig
r1153 r1154 126 126 {% endblock endlabel %} 127 127 128 {%- block beginform -%} 129 <form {% if class is not empty -%} class="{{class|join(' ')}}" {%- endif %} {% if id is not empty -%} id="{{id}}" {%- endif %} 130 method="{{method}}" action="{{action}}"> 131 {%- endblock beginform -%} 132 133 {% block endform -%} 134 </form> 135 {%- endblock endform %}
Note: See TracChangeset
for help on using the changeset viewer.