mirror of
https://github.com/wekan/wekan.git
synced 2026-02-13 19:54:21 +01:00
parent
f90ac03f6d
commit
55bd26dc9c
2 changed files with 66 additions and 61 deletions
|
|
@ -12,14 +12,15 @@ template(name="userFormsLayout")
|
|||
section.auth-layout
|
||||
h1.at-form-landing-logo
|
||||
img(src="{{pathFor '/wekan-logo.png'}}" alt="Wekan")
|
||||
+Template.dynamic(template=content)
|
||||
div.at-form-lang
|
||||
select.select-lang.js-userform-set-language
|
||||
each languages
|
||||
if isCurrentLanguage
|
||||
option(value="{{tag}}" selected="selected") {{name}}
|
||||
else
|
||||
option(value="{{tag}}") {{name}}
|
||||
section.auth-dialog
|
||||
+Template.dynamic(template=content)
|
||||
div.at-form-lang
|
||||
select.select-lang.js-userform-set-language
|
||||
each languages
|
||||
if isCurrentLanguage
|
||||
option(value="{{tag}}" selected="selected") {{name}}
|
||||
else
|
||||
option(value="{{tag}}") {{name}}
|
||||
|
||||
template(name="defaultLayout")
|
||||
+header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue