From 63158f6c81640db8fb37ce2299095a4a47db4c7f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Apr 2019 20:27:24 -0700 Subject: add error displays in release and file list forms --- python/fatcat_web/templates/file_edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/file_edit.html') diff --git a/python/fatcat_web/templates/file_edit.html b/python/fatcat_web/templates/file_edit.html index 279acca9..bef80ee3 100644 --- a/python/fatcat_web/templates/file_edit.html +++ b/python/fatcat_web/templates/file_edit.html @@ -32,7 +32,6 @@
{{ cform.hidden_tag() }}
-
@@ -42,6 +41,7 @@
{{ cform.url() }} + {{ edit_macros.form_field_errors(cform.url) }}
@@ -68,6 +68,7 @@
{{ rfield() }} + {{ edit_macros.form_field_errors(rfield) }}
-- cgit v1.2.3