aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/tui/views/wizard.html
diff options
context:
space:
mode:
authorArturo Filastò <hellais@torproject.org>2011-08-17 19:38:47 +0200
committerArturo Filastò <hellais@torproject.org>2011-08-17 19:38:47 +0200
commite14cf93e2c93e94c00d55d51ffc8ca26e063377c (patch)
tree3566a2d7eda080fd376d88d274b2af5eb6f3006a /packages/torouter-web/tui/views/wizard.html
parent4a55d3546be8f0444b12d634ccf01c5a107d46eb (diff)
parent57e54f969b840546925d16ceceb130a0f3927140 (diff)
downloadtorouter-e14cf93e2c93e94c00d55d51ffc8ca26e063377c.tar.gz
torouter-e14cf93e2c93e94c00d55d51ffc8ca26e063377c.zip
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/torouter-web/tui/views/wizard.html')
-rw-r--r--packages/torouter-web/tui/views/wizard.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/torouter-web/tui/views/wizard.html b/packages/torouter-web/tui/views/wizard.html
deleted file mode 100644
index 0890507..0000000
--- a/packages/torouter-web/tui/views/wizard.html
+++ /dev/null
@@ -1,12 +0,0 @@
-$def with (wiz_form, text, step, next_step)
-
-<h1>Step number $step</h1>
-
-$text
-
-<form action="/wizard/$next_step" method="POST">
-$:wiz_form.render()
-
-</form>
-
-<!-- a href=/wizard/$next_step>Next ($next_step)</a-->