Add page for confirming knoxfs trials

This commit is contained in:
2021-01-26 19:01:00 +01:00
parent 63620bdd3f
commit 71f3c37ea3
8 changed files with 200 additions and 98 deletions

View File

@@ -157,6 +157,9 @@ func New(
{GET, "patreon_activate" /* */, wc.serveForm(wc.patreonLinkForm, true)},
{PST, "patreon_activate" /* */, wc.serveForm(wc.patreonLinkForm, true)},
{GET, "knoxfs_activate" /* */, wc.serveForm(wc.knoxfsLinkForm, true)},
{PST, "knoxfs_activate" /* */, wc.serveForm(wc.knoxfsLinkForm, true)},
// Admin settings
{GET, "admin" /* */, wc.serveTemplate("admin_panel", true)},
{GET, "admin/globals" /**/, wc.serveForm(wc.adminGlobalsForm, true)},