diff options
| author | Alexander Pickering <Apickx@cogarr.org> | 2016-05-09 20:46:51 -0400 |
|---|---|---|
| committer | Alexander Pickering <Apickx@cogarr.org> | 2016-05-09 20:46:51 -0400 |
| commit | e2e402494ea603c66bfbc19becc908dec8ce71a0 (patch) | |
| tree | 73c939945335e29c7d7b1955504e0588ba9882ab /ws2a/bugview.html | |
| parent | e86dc9d8cd470bb0ff7d5c2188ed401cda9e0f26 (diff) | |
| parent | 63afc7fa94363bb22f90a58fcb15e13f1fe88505 (diff) | |
| download | webpage-e2e402494ea603c66bfbc19becc908dec8ce71a0.tar.gz webpage-e2e402494ea603c66bfbc19becc908dec8ce71a0.tar.bz2 webpage-e2e402494ea603c66bfbc19becc908dec8ce71a0.zip | |
Merge branch 'development'
Diffstat (limited to 'ws2a/bugview.html')
| -rw-r--r-- | ws2a/bugview.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ws2a/bugview.html b/ws2a/bugview.html index 71f10f2..9257d08 100644 --- a/ws2a/bugview.html +++ b/ws2a/bugview.html @@ -78,14 +78,14 @@ <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"> - <img src="/cgi-bin/gencaptcha.cgi"> - <input id="solvecaptcha" class="form-control" placeholder="captcha" type="text"> - <button class="btn btn-lg btn-primary btn-block" type="Post">Sign in</button> </div> <div class="col-sm-4"> <textarea name="comment" rows="5" cols="50"></textarea> </div> </div> + <img src="/cgi-bin/gencaptcha.cgi"> + <input id="solvecaptcha" class="form-control" placeholder="captcha" type="text"> + <button class="btn btn-lg btn-primary btn-block" type="Post">Sign in</button> </form> </div> |
