aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-13 17:58:35 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-13 17:58:35 -0700
commit3bc90cd4cfe80cf74813b0b310b63ee455717c32 (patch)
treef52697308b201e93bca6bb01bcf06839fbfc5fc2
parent1630922376080efd42469a99e4b4836ea9d00228 (diff)
downloadfatcat-3bc90cd4cfe80cf74813b0b310b63ee455717c32.tar.gz
fatcat-3bc90cd4cfe80cf74813b0b310b63ee455717c32.zip
edit metadata doesn't need title
-rw-r--r--python/fatcat_web/templates/editgroup_view.html1
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>