Delete templates/autostart.html
This commit is contained in:
@ -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 %}
|
Reference in New Issue
Block a user