16050 change to use Meta.description

This commit is contained in:
Arthur 2024-05-24 08:44:08 -07:00
parent 2a90e663c1
commit f0783c4999

View File

@ -17,7 +17,7 @@
{% block subtitle %}
<div class="text-secondary fs-5">
{{ script.python_class.description|markdown }}
{{ script.python_class.Meta.description|markdown }}
</div>
{% endblock subtitle %}