diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 13:12:07 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 13:12:07 -0700 |
commit | ac4d748d8ba930a1961c7353a6eebeb1f8f724cd (patch) | |
tree | 52397ffb1bf08aceb63ba0f95eb196c502e0e141 /python/fatcat_web/templates/entity_macros.html | |
parent | e8980c114174339327b763a6e31f80d49e9eaaef (diff) | |
parent | d89787882aaf4b7342768ac56d2252f3fcb7a7ad (diff) | |
download | fatcat-ac4d748d8ba930a1961c7353a6eebeb1f8f724cd.tar.gz fatcat-ac4d748d8ba930a1961c7353a6eebeb1f8f724cd.zip |
Merge branch 'bnewbold-review-bots'
Diffstat (limited to 'python/fatcat_web/templates/entity_macros.html')
-rw-r--r-- | python/fatcat_web/templates/entity_macros.html | 1 |
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 813a419e..cefb0378 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() %} |