1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #8600: Document built-in template tags & filters

This commit is contained in:
jeremystretch
2022-02-09 16:01:58 -05:00
parent ee566723d7
commit 7c105019d8
25 changed files with 289 additions and 189 deletions

View File

@@ -16,7 +16,7 @@
{% block subtitle %}
<div class="object-subtitle">
<div class="text-muted">{{ script.Meta.description|render_markdown }}</div>
<div class="text-muted">{{ script.Meta.description|markdown }}</div>
</div>
{% endblock subtitle %}