diff --git a/src/humulus/templates/_macros.html b/src/humulus/templates/_macros.html index 3e60d5a..889274f 100644 --- a/src/humulus/templates/_macros.html +++ b/src/humulus/templates/_macros.html @@ -13,9 +13,14 @@ See the License for the specific language governing permissions and limitations under the License. -#} -{% macro render_field_with_errors(field, size='') %} + +{# + Macro for rendering WTF fields. + field is a FormField, and class is an additional class that gets added onto the field. +#} +{% macro render_field_with_errors(field, class='') %}