hotfix html
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user