Add a template hook to stl sideinfo. Fixes #940.
This commit is contained in:
committed by
Christopher Allan Webber
parent
8cf9d64328
commit
dedebd48dd
@@ -146,4 +146,5 @@ window.show_things = function () {
|
|||||||
<p>{{ media.media_data.file_type }}</p>
|
<p>{{ media.media_data.file_type }}</p>
|
||||||
<h3>{% trans %}Object Height{% endtrans %}</h3>
|
<h3>{% trans %}Object Height{% endtrans %}</h3>
|
||||||
<p>~{{ media.media_data.height|int }} mm</p>
|
<p>~{{ media.media_data.height|int }} mm</p>
|
||||||
|
{% template_hook("stl_sideinfo") %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user