Removed debug info from the sidebar.

This commit is contained in:
Aeva Ntsc 2012-10-16 02:11:34 -05:00 committed by Christopher Allan Webber
parent ee3f876867
commit 6fbde77313

View File

@ -143,13 +143,8 @@ window.show_things = function () {
{% endblock %} {% endblock %}
{% block mediagoblin_sidebar %} {% block mediagoblin_sidebar %}
<h3>debug info</h3> <h3>{% trans %}File Format{% endtrans %}</h3>
<ul> <p>{{ media.media_data.file_type }}</p>
<li>width: {{media.media_data.width}} mm</li> <h3>{% trans %}Object Height{% endtrans %}</h3>
<li>depth: {{media.media_data.depth}} mm</li> <p>~{{ media.media_data.height|int }} mm</p>
<li>height: {{media.media_data.height}} mm</li>
<li>cx: {{media.media_data.center_x}} mm</li>
<li>cy: {{media.media_data.center_y}} mm</li>
<li>cz: {{media.media_data.center_z}} mm</li>
</ul>
{% endblock %} {% endblock %}