summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-12-24 17:08:03 -0400
committerJoey Hess <joeyh@joeyh.name>2016-12-24 17:08:03 -0400
commit9e0aae036b9acce21f594057902b83845f630a88 (patch)
treec3bbb097de7ad6588a892a3b8ecdf93bb8bfe434 /templates
parentde79be2ba65fb0ad918a5febea41e2422d6954a8 (diff)
webapp: check that tor and magic wormhole are installed
Diffstat (limited to 'templates')
-rw-r--r--templates/configurators/needmagicwormhole.hamlet11
-rw-r--r--templates/configurators/needtor.hamlet11
2 files changed, 22 insertions, 0 deletions
diff --git a/templates/configurators/needmagicwormhole.hamlet b/templates/configurators/needmagicwormhole.hamlet
new file mode 100644
index 0000000000..c10d3a1fe8
--- /dev/null
+++ b/templates/configurators/needmagicwormhole.hamlet
@@ -0,0 +1,11 @@
+<div .col-sm-9>
+ <div .content-box>
+ <h2>
+ Need Magic Wormhole
+ <p>
+ You need to install #
+ <a href="https://github.com/warner/magic-wormhole">
+ Magic Wormhole
+ <p>
+ <a .btn .btn-primary .btn-lg href="">
+ Retry
diff --git a/templates/configurators/needtor.hamlet b/templates/configurators/needtor.hamlet
new file mode 100644
index 0000000000..808cbe9251
--- /dev/null
+++ b/templates/configurators/needtor.hamlet
@@ -0,0 +1,11 @@
+<div .col-sm-9>
+ <div .content-box>
+ <h2>
+ Need Tor
+ <p>
+ You need to install #
+ <a href="https://torproject.org/">
+ Tor
+ <p>
+ <a .btn .btn-primary .btn-lg href="">
+ Retry