grav-theme-libretic/templates/forms/form.html.twig
Flavio Copes e3c8e07e96 Instead of overriding the whole Form template, override block. Do not merge yet.
Noticed it was overriding just to add a class. This new method will be possible in the next Form Plugin release, as I just added this possibility.
Applies to Deliver and Gateway only.
2016-02-14 10:41:15 +01:00

5 lines
103 B
Twig

{% extends "forms/default/form.html.twig" %}
{% block button_classes %}
class="button"
{% endblock %}