mirror of
https://github.com/hrfee/jfa-go.git
synced 2025-02-23 02:00:11 +00:00
web UI now uses modules, and relies less on bodge to make things work. Also fixes an issue where invites where "failed to send to xx" appeared in invite form.
8 lines
176 B
HTML
8 lines
176 B
HTML
{{ define "form-base" }}
|
|
<script>
|
|
window.bs5 = {{ .bs5 }};
|
|
window.usernameEnabled = {{ .username }};
|
|
</script>
|
|
<script src="form.js" type="module"></script>
|
|
{{ end }}
|