diff options
| author | Alexander Pickering <Apickx@cogarr.org> | 2016-05-10 18:46:41 -0400 |
|---|---|---|
| committer | Alexander Pickering <Apickx@cogarr.org> | 2016-05-10 18:46:41 -0400 |
| commit | 42c8e5653278be76c9621204a9558cb3db6f7c80 (patch) | |
| tree | ce3d122e6cc7c43adb8bb2d0d0a90614c8189856 /ws2a/bugview.html | |
| parent | 6e8180b01a152119cec2cd2f6a13bc72220d7942 (diff) | |
| parent | ecd2cf4f930853c13c23f5a35bb1a2610bcb54c9 (diff) | |
| download | webpage-42c8e5653278be76c9621204a9558cb3db6f7c80.tar.gz webpage-42c8e5653278be76c9621204a9558cb3db6f7c80.tar.bz2 webpage-42c8e5653278be76c9621204a9558cb3db6f7c80.zip | |
Merge branch 'development'
Diffstat (limited to 'ws2a/bugview.html')
| -rw-r--r-- | ws2a/bugview.html | 4 |
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"> |
