mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
8 lines
259 B
Text
8 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'}}")
|