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 ++- python/fatcat_web/templates/release_edit.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'python/fatcat_web') 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) }}
diff --git a/python/fatcat_web/templates/release_edit.html b/python/fatcat_web/templates/release_edit.html index 16c189ab..7bd4a00a 100644 --- a/python/fatcat_web/templates/release_edit.html +++ b/python/fatcat_web/templates/release_edit.html @@ -58,6 +58,7 @@
{{ cform.raw_name() }} + {{ edit_macros.form_field_errors(cform.raw_name) }}
-- cgit v1.2.3