From bef21bc18191c7a24b8c8aecb8b5926fddfe60f8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 1 Mar 2019 16:59:46 -0800 Subject: remove raw object embeddings These were HTML commented out, but could have had an encoding escape or other issue; also bloated response sizes. --- python/fatcat_web/templates/container_view.html | 5 ----- python/fatcat_web/templates/creator_view.html | 5 ----- python/fatcat_web/templates/file_view.html | 5 ----- python/fatcat_web/templates/work_view.html | 5 ----- 4 files changed, 20 deletions(-) diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index 3e69be34..c8f51f5f 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -49,11 +49,6 @@ {% endif %} - -
diff --git a/python/fatcat_web/templates/creator_view.html b/python/fatcat_web/templates/creator_view.html index 03fcfc74..16f74f0a 100644 --- a/python/fatcat_web/templates/creator_view.html +++ b/python/fatcat_web/templates/creator_view.html @@ -66,11 +66,6 @@ This creator has not contributed to any releases. {% endif %} - -
diff --git a/python/fatcat_web/templates/file_view.html b/python/fatcat_web/templates/file_view.html index c2497040..4bb6d75a 100644 --- a/python/fatcat_web/templates/file_view.html +++ b/python/fatcat_web/templates/file_view.html @@ -88,11 +88,6 @@ No known public URL, mirror, or archive for this file. {% endif %} - -
diff --git a/python/fatcat_web/templates/work_view.html b/python/fatcat_web/templates/work_view.html index b81293ce..6a409542 100644 --- a/python/fatcat_web/templates/work_view.html +++ b/python/fatcat_web/templates/work_view.html @@ -23,11 +23,6 @@ {% endfor %} {% endif %} - -

Releases

{% if releases != [] %} -- cgit v1.2.3