Files
netbox-community-netbox/netbox/templates/404.html
T

10 lines
213 B
HTML
Raw Normal View History

2021-05-17 16:27:27 -04:00
{% extends 'base/40x.html' %}
2016-10-24 13:53:58 -04:00
{% block title %}Page Not Found{% endblock %}
2020-11-06 14:49:14 -05:00
{% block icon %}<i class="mdi mdi-alert"></i>{% endblock %}
{% block message %}
The requested page does not exist.
2016-10-24 13:53:58 -04:00
{% endblock %}