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

Introduced the REPORTS_ROOT config parameter; Python2 fixes

This commit is contained in:
Jeremy Stretch
2017-10-11 14:03:35 -04:00
parent 51194e20f2
commit fdae3a3f31
5 changed files with 20 additions and 5 deletions

View File

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