fix view
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
{{end}}
|
||||
<form method="POST" action="{{url "/editor/login"}}" class="space-y-4">
|
||||
<input type="hidden" name="csrf_token" value="{{.csrf_token}}" />
|
||||
{{if .return_to}}
|
||||
<input type="hidden" name="return_to" value="{{.return_to}}" />
|
||||
{{end}}
|
||||
<div>
|
||||
<label class="block text-sm text-gray-300 mb-1" for="username">Username or Email</label>
|
||||
<input id="username" name="username" type="text" required class="w-full bg-gray-700 border border-gray-600 rounded px-3 py-2 text-white" />
|
||||
|
||||
Reference in New Issue
Block a user