fix /create_hole

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-01 01:07:24 +02:00
parent 48775dbb5d
commit 3bfe3be800
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{% extends "submit.html" %}
{% extends "default.html" %}
{% block title %}
<title>Create a {{HOLE_NAME}}</title>
{% endblock %}
{% block form %}
{% block content %}
<form class="mt-3" id="submitform" action="/create_hole" method="post">
@ -38,7 +38,7 @@
</p>
{% endif %}
<button type="button" class="btn btn-primary ml-auto" id="create_button" {% if cost > v.coins %}disabled{% endif %}>Create {{HOLE_NAME|capitalize}}</button>
<button class="btn btn-primary ml-auto" id="create_button" {% if cost > v.coins %}disabled{% endif %}>Create {{HOLE_NAME|capitalize}}</button>
</div>