{% extends '500.html' %} {% load i18n %} {% block message %}
{% trans "A file permission error was detected while processing this request. Common causes include the following:" %}
{% trans "Insufficient write permission to the media root" %}.
{% blocktrans trimmed with media_root=settings.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 %}