mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
11 lines
257 B
HTML
11 lines
257 B
HTML
{% extends 'base/40x.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}{% trans "Page Not Found" %}{% endblock %}
|
|
|
|
{% block icon %}<i class="mdi mdi-alert"></i>{% endblock %}
|
|
|
|
{% block message %}
|
|
{% trans "The requested page does not exist" %}.
|
|
{% endblock %}
|