mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-09 14:56:04 +01:00
put HTML5 validation back on
This commit is contained in:
@@ -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) %}
|
||||
|
||||
Reference in New Issue
Block a user