hotfix html

This commit is contained in:
Wolfang Torres
2026-06-07 00:52:48 +08:00
parent 5816e57f58
commit f5452a57c1
2 changed files with 2 additions and 5 deletions

View File

@@ -20,9 +20,6 @@ def show():
if not deck_type or not language or not output_type:
state = "new"
else:
print()
print(deck_type, language, output_type)
print()
state = "complete"
elif request.method == "POST":
state = "ready"

View File

@@ -50,7 +50,7 @@
</div>
<footer>
<form action="/app">
<form id="settings_form" method="GET">
<ul class="items">
<li>
<h3>Deck Type</h3>
@@ -121,7 +121,7 @@
value="Lock-in Settings"
/>
<br />
<a href="/app">Reset Settings</a>
<a href=".">Reset Settings</a>
</li>
</ul>
</form>