From c48c705ef2c80f6463e8543a6ff0214d3f1f6b85 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Sat, 30 Nov 2024 00:25:02 -0500 Subject: [PATCH] Delete templates/autostart.html --- templates/autostart.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/autostart.html 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 %}