From f6e9aa8aa2284ff35b867612879fd1cd154b30fa Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 26 Jan 2014 13:08:01 -0600 Subject: [PATCH] Fixing the STL media page for post-skeleton merge --- mediagoblin/templates/mediagoblin/media_displays/stl.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mediagoblin/templates/mediagoblin/media_displays/stl.html b/mediagoblin/templates/mediagoblin/media_displays/stl.html index bc12ce4e..ca0479ce 100644 --- a/mediagoblin/templates/mediagoblin/media_displays/stl.html +++ b/mediagoblin/templates/mediagoblin/media_displays/stl.html @@ -80,6 +80,9 @@ window.show_things = function () { }; +
+
+
+
@@ -133,6 +137,7 @@ window.show_things = function () {
+
{% endblock %} -- 2.25.1