Aevann 2024-11-05 19:02:01 +02:00
parent 4717e4b267
commit c52a71ca21
1 changed files with 21 additions and 19 deletions

View File

@ -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">