hotfix html
This commit is contained in:
@@ -20,9 +20,6 @@ def show():
|
|||||||
if not deck_type or not language or not output_type:
|
if not deck_type or not language or not output_type:
|
||||||
state = "new"
|
state = "new"
|
||||||
else:
|
else:
|
||||||
print()
|
|
||||||
print(deck_type, language, output_type)
|
|
||||||
print()
|
|
||||||
state = "complete"
|
state = "complete"
|
||||||
elif request.method == "POST":
|
elif request.method == "POST":
|
||||||
state = "ready"
|
state = "ready"
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<form action="/app">
|
<form id="settings_form" method="GET">
|
||||||
<ul class="items">
|
<ul class="items">
|
||||||
<li>
|
<li>
|
||||||
<h3>Deck Type</h3>
|
<h3>Deck Type</h3>
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
value="Lock-in Settings"
|
value="Lock-in Settings"
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
<a href="/app">Reset Settings</a>
|
<a href=".">Reset Settings</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user