diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-01-26 13:08:01 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-01-26 13:08:01 -0600 |
commit | f6e9aa8aa2284ff35b867612879fd1cd154b30fa (patch) | |
tree | e591c553a517b736f382b118b102720f4e1d0078 | |
parent | cebd1ad71cd588994c290fd3fb031b106fedc45d (diff) | |
download | mediagoblin-f6e9aa8aa2284ff35b867612879fd1cd154b30fa.tar.lz mediagoblin-f6e9aa8aa2284ff35b867612879fd1cd154b30fa.tar.xz mediagoblin-f6e9aa8aa2284ff35b867612879fd1cd154b30fa.zip |
Fixing the STL media page for post-skeleton merge
-rw-r--r-- | mediagoblin/templates/mediagoblin/media_displays/stl.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 () { }; </script> +<div class="media_pane eleven columns"> +<div class="media_image_container"> + <img id="perspective" class="media_image" @@ -106,6 +109,7 @@ window.show_things = function () { Image for {{ media_title }}{% endtrans %}" /> <div id="thingy_view" style="width:640px;height:640px;"></div> +</div> <div style="padding: 4px;"> <a class="button_action" onclick="show('perspective');"> @@ -133,6 +137,7 @@ window.show_things = function () { </a> </div> +</div> {% endblock %} |