diff --git a/netbox/templates/docs.html b/netbox/templates/docs.html deleted file mode 100644 index c72557b4e..000000000 --- a/netbox/templates/docs.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends '_base.html' %} -{% load render_table from django_tables2 %} - -{% block title %}Documentation{% endblock %} - -{% block content %} -
-
-
-
- Documentation -
- -
-
-
- {{ content }} -
-
-{% endblock %}