MM test correction

This commit is contained in:
2025-10-21 22:44:34 -04:00
parent 382eddf8ea
commit 32263ad6c6

View File

@@ -36,7 +36,7 @@
<img src="{favicon}" alt="TAM3 Icon - Red ticket with TAM3 on it" class="icon"> <img src="{favicon}" alt="TAM3 Icon - Red ticket with TAM3 on it" class="icon">
<h1>{venue} - Main Menu</h1> <h1>{venue} - Main Menu</h1>
</div> </div>
{#if prefix_name !== ""} {#if all_prefixes.length > 0}
<div class="universal-reports flex-row tb-margin"> <div class="universal-reports flex-row tb-margin">
<a href="/counts" target="_blank" class="styled">Counts</a> <a href="/counts" target="_blank" class="styled">Counts</a>
</div> </div>
@@ -66,6 +66,8 @@
<a href="/reports/byname/{current_prefix.name}/" target="_blank" class="styled">By Name</a> <a href="/reports/byname/{current_prefix.name}/" target="_blank" class="styled">By Name</a>
<a href="/reports/bybasket/{current_prefix.name}/" target="_blank" class="styled">By Basket ID</a> <a href="/reports/bybasket/{current_prefix.name}/" target="_blank" class="styled">By Basket ID</a>
</div> </div>
{:else}
<p>There aren't any prefixes available, please create them.</p>
{/if} {/if}
</div> </div>
{#if admin_mode} {#if admin_mode}