mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-04 22:33:15 +00:00
fix login page 404 in single instance mode. fixes #16
This commit is contained in:
parent
8e270007f4
commit
7760d7c226
|
@ -85,7 +85,7 @@
|
|||
{{ end }}
|
||||
<div>
|
||||
<h2>login</h2>
|
||||
<form method="POST" action="/{{host .Host}}/login">
|
||||
<form method="POST" action="/{{ .Host}}/login">
|
||||
<label>
|
||||
username
|
||||
<div><input required name="username" type="text"></div>
|
||||
|
|
Loading…
Reference in a new issue