From d4122f116c937e0ec509d8cefe540146ec27a0cd Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 20 Oct 2021 20:59:55 +0100 Subject: Validate fields --- src/templates/edit.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/templates/edit.php') diff --git a/src/templates/edit.php b/src/templates/edit.php index d5f5a08..c1b7bda 100644 --- a/src/templates/edit.php +++ b/src/templates/edit.php @@ -10,8 +10,17 @@

+ has('url')) { ?> +

get('url')); ?>

+
+ has('title')) { ?> +

get('title')); ?>

+
+ has('tag')) { ?> +

get('tag')); ?>

+
-- cgit v1.2.3-13-gbd6f