diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 20:27:24 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 20:27:24 -0700 | 
| commit | 63158f6c81640db8fb37ce2299095a4a47db4c7f (patch) | |
| tree | 2ff59a1b843acdfde8e3515066a86354a732a35d /python/fatcat_web/templates/release_edit.html | |
| parent | 5621d42127ad11dd032842b8b99903ff002c73d0 (diff) | |
| download | fatcat-63158f6c81640db8fb37ce2299095a4a47db4c7f.tar.gz fatcat-63158f6c81640db8fb37ce2299095a4a47db4c7f.zip | |
add error displays in release and file list forms
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;"> | 
