mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 21:48:07 +01:00
Fix authentication dropdown
This commit is contained in:
parent
ec453b89b8
commit
4ce766853c
3 changed files with 9 additions and 3 deletions
|
|
@ -2,5 +2,8 @@ template(name='connectionMethod')
|
|||
div.at-form-authentication
|
||||
label {{_ 'authentication-method'}}
|
||||
select.select-authentication
|
||||
each authentications
|
||||
option(value="{{value}}") {{_ value}}
|
||||
each authentications
|
||||
if isSelected value
|
||||
option(value="{{value}}" selected) {{_ value}}
|
||||
else
|
||||
option(value="{{value}}") {{_ value}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue