Add a template hook to stl sideinfo. Fixes #940.

This commit is contained in:
Rodrigo Rodrigues da Silva 2014-08-07 14:57:35 -03:00 committed by Christopher Allan Webber
parent 8cf9d64328
commit dedebd48dd

View File

@ -146,4 +146,5 @@ window.show_things = function () {
<p>{{ media.media_data.file_type }}</p>
<h3>{% trans %}Object Height{% endtrans %}</h3>
<p>~{{ media.media_data.height|int }} mm</p>
{% template_hook("stl_sideinfo") %}
{% endblock %}