forked from MarseyWorld/MarseyWorld
master
parent
4717e4b267
commit
c52a71ca21
|
@ -1,6 +1,7 @@
|
|||
{% extends "default.html" %}
|
||||
{% block pagetitle %}Holes{% endblock %}
|
||||
{% block content %}
|
||||
{% if v.can_create_hole %}
|
||||
<h3 class="mt-3">Create Hole</h3>
|
||||
<form class="mt-3" id="submitform" action="/create_hole" method="post" data-nonce="{{g.nonce}}">
|
||||
<div class="container pb-0">
|
||||
|
@ -25,6 +26,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
{% macro hole_table(holes, type) %}
|
||||
<div class="overflow-x-auto">
|
||||
|
|
Loading…
Reference in New Issue