diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:58:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:58:35 -0700 |
commit | 3bc90cd4cfe80cf74813b0b310b63ee455717c32 (patch) | |
tree | f52697308b201e93bca6bb01bcf06839fbfc5fc2 /python | |
parent | 1630922376080efd42469a99e4b4836ea9d00228 (diff) | |
download | fatcat-3bc90cd4cfe80cf74813b0b310b63ee455717c32.tar.gz fatcat-3bc90cd4cfe80cf74813b0b310b63ee455717c32.zip |
edit metadata doesn't need title
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/editgroup_view.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/editgroup_view.html b/python/fatcat_web/templates/editgroup_view.html index 2b56d838..2d2f3b03 100644 --- a/python/fatcat_web/templates/editgroup_view.html +++ b/python/fatcat_web/templates/editgroup_view.html @@ -35,7 +35,6 @@ Revision: <small><code><a href="/{{ entity_type }}/rev/{{ edit.revision }}">{{ edit.revision }}</a></code></small> {% endif %} {% if edit.extra %} - <b>Extra Metadata (raw JSON)</b> {{ entity_macros.extra_metadata(edit.extra) }} {% endif %} </div> |