diff options
Diffstat (limited to 'python/fatcat_web/templates/release_edit.html')
-rw-r--r-- | python/fatcat_web/templates/release_edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <div class="eleven wide column" style="padding-bottom: 0px;"> <div class="field {% if cform.raw_name.errors %}error{% endif %}"> {{ cform.raw_name() }} + {{ edit_macros.form_field_errors(cform.raw_name) }} </div> </div> <div class="one wide column right aligned" style="padding-bottom: 0px; padding-left: 0rem;"> |