fix: add zoraxy.csrf.Token meta tag needed by $.cjax()

This commit is contained in:
Claus Lohmar 2026-07-24 11:21:25 +00:00
parent 81271b6ce6
commit 026c97598b

View file

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="zoraxy.csrf.Token" content="{{.csrfToken}}">
<title>DHCP Lease Manager</title>
<link rel="stylesheet" href="./style.css">
</head>