Update apexcharts version

This commit is contained in:
Joerg Lehmann 2025-08-07 15:17:03 +02:00
parent de40dc68ff
commit 92c1606f47
2 changed files with 1 additions and 9 deletions

View File

@ -51,7 +51,7 @@
<!-- Content ... -->
</section>
<script src="https://cdn.jsdelivr.net/npm/apexcharts@3.27.3"></script>
<script src="https://cdn.jsdelivr.net/npm/apexcharts@5.3.2"></script>
<script src="static/js/chart.js"></script>

View File

@ -1,8 +0,0 @@
{{define "body_content"}}
<p class="title is-4">Bestellformular</p>
<div class="message is-danger">
<div class="message-body">
Aktuell noch in Entwicklung, kommen Sie sp&auml;ter noch einmal vorbei...
</div>
</div>
{{end}}