This commit is contained in:
Jeremy Stretch 2019-08-21 15:46:06 -04:00
parent ed6dc806a0
commit d8a45611d5

View File

@ -30,7 +30,7 @@
{% else %} {% else %}
<div class="alert alert-info"> <div class="alert alert-info">
<p><strong>No scripts found.</strong></p> <p><strong>No scripts found.</strong></p>
<p>Reports should be saved to <code>{{ settings.SCRIPTS_ROOT }}</code>. (This path can be changed by setting <code>SCRIPTS_ROOT</code> in NetBox's configuration.)</p> <p>Scripts should be saved to <code>{{ settings.SCRIPTS_ROOT }}</code>. (This path can be changed by setting <code>SCRIPTS_ROOT</code> in NetBox's configuration.)</p>
</div> </div>
{% endif %} {% endif %}
</div> </div>