Back to Netbox

{% trans "Server Error" %}

netbox/templates/500.html

4.6.7945 B
Original Source

{% load i18n %} {% load static %}

{% trans "Server Error" %}

{% trans "Server Error" %}

{% block message %}

{% trans "There was a problem with your request. Please contact an administrator" %}.

{% endblock %}


{% trans "The complete exception is provided below" %}:

**{{ exception }}**
{{ error }}

{% trans "Python version" %}: {{ python_version }}
{% trans "NetBox version" %}: {{ netbox_version }}
{% trans "Plugins" %}: {% for plugin, version in plugins.items %}
  {{ plugin }}: {{ version }}{% empty %}{% trans "None installed" %}{% endfor %}

{% trans "The request which yielded the above error is shown below:" %}

{{ request.method }} {{ request.build_absolute_uri }}

{% trans "If further assistance is required, please post to the" %} {% trans "NetBox discussion forum" %} {% trans "on GitHub" %}.

{% trans "Home Page" %}