aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/webcapture_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-06 19:21:52 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-06 19:21:52 -0700
commit3caa8905ef2f413ec8fa107dd54f03356f4052d8 (patch)
tree65645b8213b9e1856bc2a375ab8c33cc1e0d88e3 /python/fatcat_web/templates/webcapture_view.html
parent378947eb098c8e2811a70fb5921ef034a6bca4ca (diff)
downloadfatcat-3caa8905ef2f413ec8fa107dd54f03356f4052d8.tar.gz
fatcat-3caa8905ef2f413ec8fa107dd54f03356f4052d8.zip
remove title from metadata macro
Diffstat (limited to 'python/fatcat_web/templates/webcapture_view.html')
-rw-r--r--python/fatcat_web/templates/webcapture_view.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/webcapture_view.html b/python/fatcat_web/templates/webcapture_view.html
index 921d5d48..1dd179f6 100644
--- a/python/fatcat_web/templates/webcapture_view.html
+++ b/python/fatcat_web/templates/webcapture_view.html
@@ -21,6 +21,7 @@
{% if entity.extra %}
+ <h3>Extra Metadata (raw JSON)</h3>
{{ entity_macros.extra_metadata(entity.extra) }}
{% endif %}