summaryrefslogtreecommitdiff
path: root/templates/answer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/answer.html')
-rw-r--r--templates/answer.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/answer.html b/templates/answer.html
index 3870e6b..0ed0a05 100644
--- a/templates/answer.html
+++ b/templates/answer.html
@@ -1,3 +1,5 @@
+<script src="answer.js"></script>
<div id="nickbox">{{ nick }}</div>
<div id="alertbox">{{ alert }}</div>
-<h1>answer</h1>
+<h1>answer NOW!</h1>
+<form id=questionForm action="/set/answers" method="POST"></form>