{% extends '500.html' %} {% load i18n %} {% block message %}
{% trans "A file permission error was detected while processing this request. Common causes include the following:" %}
{% blocktrans with media_root=settings.MEDIA_ROOT %}
Insufficient write permission to the media root. The configured media root is
{{ media_root }}
. Ensure that the user NetBox runs as has access to write files to all locations
within this path.
{% endblocktrans %}