diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-24 17:44:03 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-24 17:44:03 +0200 |
commit | 0039fe09bed435c76365b3c21bba181c8bfa8d40 (patch) | |
tree | 8ea726b1850ede1b94cbafb6fb34c8abe1cd2bbd /client/components/main/layouts.jade | |
parent | 97beed6fd11b875faf4d6ca28868fa724f456772 (diff) | |
download | wekan-0039fe09bed435c76365b3c21bba181c8bfa8d40.tar.gz wekan-0039fe09bed435c76365b3c21bba181c8bfa8d40.tar.bz2 wekan-0039fe09bed435c76365b3c21bba181c8bfa8d40.zip |
Removed commented out text.
Diffstat (limited to 'client/components/main/layouts.jade')
-rw-r--r-- | client/components/main/layouts.jade | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade index c762b321..ac2e4bf3 100644 --- a/client/components/main/layouts.jade +++ b/client/components/main/layouts.jade @@ -14,13 +14,9 @@ head template(name="userFormsLayout") section.auth-layout - //if currentSetting.hideLogo h1 br br - //else - // h1.at-form-landing-logo - // img(src="{{pathFor '/wekan-logo.png'}}" alt="") section.auth-dialog +Template.dynamic(template=content) if currentSetting.displayAuthenticationMethod |