mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
9 lines
No EOL
308 B
Text
9 lines
No EOL
308 B
Text
template(name='connectionMethod')
|
|
div.at-form-authentication
|
|
label {{_ 'authentication-method'}}
|
|
select.select-authentication
|
|
each authentications
|
|
if isSelected value
|
|
option(value="{{value}}" selected) {{_ value}}
|
|
else
|
|
option(value="{{value}}") {{_ value}} |