From 7f6929608c6423505778722dd4cb7bf8e837729e Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 1 Jun 2015 17:56:00 +0200 Subject: Work on the user account system Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149. --- client/components/main/layouts.jade | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'client/components/main/layouts.jade') diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade index 18df4d9e..d1ea36b5 100644 --- a/client/components/main/layouts.jade +++ b/client/components/main/layouts.jade @@ -5,9 +5,10 @@ head link(rel="shortcut icon" href="/favicon.png") template(name="userFormsLayout") - h1.at-form-landing-logo - img(src="/logo.png" title="LibreBoard") - +yield + section.auth-layout + h1.at-form-landing-logo + img(src="/logo.png" title="LibreBoard") + +yield template(name="defaultLayout") #surface -- cgit v1.2.3-1-g7c22