mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149.
18 lines
403 B
Text
18 lines
403 B
Text
head
|
|
title LibreBoard
|
|
meta(name="viewport"
|
|
content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
|
|
link(rel="shortcut icon" href="/favicon.png")
|
|
|
|
template(name="userFormsLayout")
|
|
section.auth-layout
|
|
h1.at-form-landing-logo
|
|
img(src="/logo.png" title="LibreBoard")
|
|
+yield
|
|
|
|
template(name="defaultLayout")
|
|
#surface
|
|
+header
|
|
#content
|
|
+yield
|
|
|