diff options
Diffstat (limited to 'python/fatcat_web/templates/work_view.html')
-rw-r--r-- | python/fatcat_web/templates/work_view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/work_view.html b/python/fatcat_web/templates/work_view.html index 7842ec50..507498c8 100644 --- a/python/fatcat_web/templates/work_view.html +++ b/python/fatcat_web/templates/work_view.html @@ -17,6 +17,7 @@ <div class="ten wide column" style="font-size: 16px;"> {% if entity.extra != None %} + <h3>Extra Metadata (raw JSON)</h3> {{ entity_macros.extra_metadata(entity.extra) }} {% endif %} |