Move script attributes under a Meta class

This commit is contained in:
Jeremy Stretch
2019-08-12 13:16:18 -04:00
parent cad46f81e6
commit eeacd04483
4 changed files with 22 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
<td>
<a href="{% url 'extras:script' module=module name=class_name %}" name="script.{{ class_name }}"><strong>{{ script }}</strong></a>
</td>
<td>{{ script.script_description }}</td>
<td>{{ script.Meta.description }}</td>
<td></td>
</tr>
{% endfor %}