Delete templates/autostart.html

This commit is contained in:
2024-11-30 00:25:02 -05:00
parent dd71872bb5
commit c48c705ef2

View File

@ -1,11 +0,0 @@
{% extends "base.html" %}
{% block content %}
<h1>Autostart Persistence</h1>
{% for section in content %}
<h2>{{ section.title }}</h2>
<pre>{{ section.content }}</pre>
{% endfor %}
<a href="/persistence">Back to Persistence Submenu</a>
{% endblock %}