Add a template hook to stl sideinfo. Fixes #940.
This commit is contained in:
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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user