mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base.
7 lines
293 B
Text
7 lines
293 B
Text
template(name="importPopup")
|
|
if error.get
|
|
.warning {{_ error.get}}
|
|
form
|
|
p: label(for='import-textarea') {{_ getLabel}}
|
|
textarea#import-textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
|
input.primary.wide(type="submit" value="{{_ 'import'}}")
|