16050 change to use Meta.description

This commit is contained in:
Arthur 2024-05-24 08:52:24 -07:00
parent f0783c4999
commit a0a1a7c0f2

View File

@ -64,7 +64,7 @@
</span>
{% endif %}
</td>
<td>{{ script.python_class.description|markdown|placeholder }}</td>
<td>{{ script.python_class.Meta.description|markdown|placeholder }}</td>
{% if last_job %}
<td>
<a href="{% url 'extras:script_result' job_pk=last_job.pk %}">{{ last_job.created|isodatetime }}</a>