301f502052
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 }}
|