put HTML5 validation back on

This commit is contained in:
Andy Miller
2015-07-22 14:55:01 -06:00
parent 6330dacfa4
commit d8e0ee979a

View File

@@ -1,6 +1,6 @@
{% set form_id = form_id ? form_id : 'blueprints' %}
<form id="{{ form_id }}" method="post" novalidate="novalidate">
<form id="{{ form_id }}" method="post" data-grav-form="{{ form_id }}">
{% for field in blueprints.fields %}
{% if field.type %}
{% set value = data.value(field.name) %}