summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-17 21:58:19 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-17 21:58:19 +0300
commit960fe5163b6a2f7c3dca03b5e31d69611b49f079 (patch)
tree92a95d41904f45c30dea245dd77b41d3e40bf383 /client
parent41665c079d5cb7f9653d987e5427954d14703cb1 (diff)
downloadwekan-960fe5163b6a2f7c3dca03b5e31d69611b49f079.tar.gz
wekan-960fe5163b6a2f7c3dca03b5e31d69611b49f079.tar.bz2
wekan-960fe5163b6a2f7c3dca03b5e31d69611b49f079.zip
Remove old warning from Sandstorm import board data loss, because bug has been already fixed.
Thanks to aputsiaq and xet7 !
Diffstat (limited to 'client')
-rw-r--r--client/components/import/import.jade3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/components/import/import.jade b/client/components/import/import.jade
index 5b52f417..1551a7dd 100644
--- a/client/components/import/import.jade
+++ b/client/components/import/import.jade
@@ -15,9 +15,6 @@ template(name="importTextarea")
p: label(for='import-textarea') {{_ instruction}} {{_ 'import-board-instruction-about-errors'}}
textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
| {{jsonText}}
- if isSandstorm
- h1.warning {{_ 'import-sandstorm-backup-warning'}}
- p.warning {{_ 'import-sandstorm-warning'}}
input.primary.wide(type="submit" value="{{_ 'import'}}")
template(name="importMapMembers")