forked from MarseyWorld/MarseyWorld
fix /create_hole
parent
48775dbb5d
commit
3bfe3be800
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue