summaryrefslogtreecommitdiff
path: root/ws2a/bugview.html
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-10 18:49:02 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-10 18:49:02 -0400
commitecd2cf4f930853c13c23f5a35bb1a2610bcb54c9 (patch)
treef6122fe8a25c8a2c7dd319d8da2c326c66a4a697 /ws2a/bugview.html
parent2eaa3969ef07cd8c7036c22c05072bdba2001887 (diff)
downloadwebpage-ecd2cf4f930853c13c23f5a35bb1a2610bcb54c9.tar.gz
webpage-ecd2cf4f930853c13c23f5a35bb1a2610bcb54c9.tar.bz2
webpage-ecd2cf4f930853c13c23f5a35bb1a2610bcb54c9.zip
More work on submitting messages to bug view
Diffstat (limited to 'ws2a/bugview.html')
-rw-r--r--ws2a/bugview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ws2a/bugview.html b/ws2a/bugview.html
index 692373b..9653a63 100644
--- a/ws2a/bugview.html
+++ b/ws2a/bugview.html
@@ -70,12 +70,12 @@
</div>
<div class="container">
- <form class="form-signin">
+ <form class="form-signin" action="/cgi-bin/bugcomment.cgi">
<h2 class="form-signin-heading">Leave a comment</h2>
<label for="inputName" class="sr-only">Name</label>
<input id="inputName" class="form-control" placeholder="Screen Name" required="" autofocus="" type="text">
<label for="inputID" class="sr-only">Identifier</label>
- <input id="inputID" class="form-control" placeholder="Password" required="" type="password">
+ <input id="inputID" class="form-control" placeholder="Identifier" required="" type="password">
<textarea name="comment" rows="5" cols="50"></textarea>
<div id="captcha"></div>
<input id="solvecaptcha" class="form-control" placeholder="captcha" type="text">