ugghhhh new site_path config option
This commit is contained in:
@@ -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/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user