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/release_edit.html | 1 + 1 file changed, 1 insertion(+) (limited to 'python/fatcat_web/templates/release_edit.html') 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