ugghhhh new site_path config option

This commit is contained in:
2026-05-30 20:05:01 +01:00
parent 6e7d2109c8
commit f11b94527d
23 changed files with 91 additions and 89 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<%- include("../partials/head") %>
</head>
<body>
<form action="<%= config.site_url %>/submit_signup" method="POST">
<form action="<%= config.site_path %>/submit_signup" method="POST">
<label><%= locale.username %></label><br/>
<input required name="username"><br/><br/>