aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_macros.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/entity_macros.html
parent378947eb098c8e2811a70fb5921ef034a6bca4ca (diff)
downloadfatcat-3caa8905ef2f413ec8fa107dd54f03356f4052d8.tar.gz
fatcat-3caa8905ef2f413ec8fa107dd54f03356f4052d8.zip
remove title from metadata macro
Diffstat (limited to 'python/fatcat_web/templates/entity_macros.html')
-rw-r--r--python/fatcat_web/templates/entity_macros.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html
index 6d9ceed0..90c8e952 100644
--- a/python/fatcat_web/templates/entity_macros.html
+++ b/python/fatcat_web/templates/entity_macros.html
@@ -26,7 +26,6 @@
{% macro extra_metadata(extra) -%}
-<h3>Extra Metadata (raw JSON)</h3>
<table class="ui definition single line fixed compact small unstackable table">
<tbody>
{% for (key, value) in extra.items() %}