super basic templating working

This commit is contained in:
vabene1111
2021-01-05 21:46:24 +01:00
parent f26b09cc0a
commit ee707eba5c
4 changed files with 26 additions and 2 deletions

View File

@@ -376,7 +376,7 @@
<div class="row" style="margin-top: 8px">
<div class="col-md-12">
{% if s.instruction %}
{{ s.instruction | markdown | safe }}
{{ s.get_instruction_render | safe }}
{% endif %}
</div>
</div>