From 21fb29d0eec71f3dd7c12e260af5925d452b238f Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Mon, 27 Nov 2023 17:52:06 -0500 Subject: template files for registration page, updated cwd handling, included cwd and config file path in conf struct --- ui/pages/auth/register.tmpl.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ui/pages/auth/register.tmpl.html (limited to 'ui/pages/auth') diff --git a/ui/pages/auth/register.tmpl.html b/ui/pages/auth/register.tmpl.html new file mode 100644 index 0000000..7dfd7aa --- /dev/null +++ b/ui/pages/auth/register.tmpl.html @@ -0,0 +1,16 @@ +{{define "title"}}Register{{end}} + +{{define "main"}} +

Registration

+
+ + + +
+{{end}} -- cgit v1.2.3