diff --git a/templates/autostart.html b/templates/autostart.html deleted file mode 100644 index ba9f8cb..0000000 --- a/templates/autostart.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} -{% block content %} -

Autostart Persistence

- -{% for section in content %} -

{{ section.title }}

-
{{ section.content }}
-{% endfor %} - -Back to Persistence Submenu -{% endblock %}