Start basic LDAP server groundwork
This commit is contained in:
9
app/views/auth/form.pug
Normal file
9
app/views/auth/form.pug
Normal file
@@ -0,0 +1,9 @@
|
||||
extends ./auth_page
|
||||
|
||||
block content
|
||||
h3.login-heading.mb-4 #{heading_text}
|
||||
if errors
|
||||
each error in errors
|
||||
p.form-error-message #{error}
|
||||
form(method='post' enctype='multipart/form-data')
|
||||
block form
|
||||
Reference in New Issue
Block a user