Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 618f047

Browse files
author
Arjun
committed
v0.2.1
Bug Fixes
1 parent c44c900 commit 618f047

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

qa/templates/qa/login.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ <h3 class="panel-title">Login</h3>
1717
<div class="panel-body">
1818
<form id="login_form" method="post" action="/login/">
1919
{% csrf_token %}
20-
Username: <input type="text" name="username" value="" size="50" />
21-
<br />
22-
Password: <input type="password" name="password" value="" size="50" />
23-
<br />
20+
<input class="input-md" style="width:98%" placeholder="Username" type="text" name="username" value="" size="50" />
21+
<br /><br />
22+
<input class="input-md" style="width:98%" placeholder="Password" type="password" name="password" value="" size="50" />
23+
<br /><br />
2424

25-
<input type="submit" value="submit" />
25+
<input class="btn btn-primary" type="submit" value="Login" />
2626
</form>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)