mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
9 lines
259 B
Text
9 lines
259 B
Text
|
|
template(name="importPopup")
|
||
|
|
if error.get
|
||
|
|
.warning {{_ error.get}}
|
||
|
|
form
|
||
|
|
label
|
||
|
|
| {{_ getLabel}}
|
||
|
|
textarea.js-card-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
||
|
|
input.primary.wide(type="submit" value="{{_ 'import'}}")
|