Commit 0b5ee855 authored by Rafal's avatar Rafal

add login

parent 503de5d6
......@@ -18,7 +18,7 @@
<div class="row">
<div class="center-block">
<img class="profile-img"
src="https://lh5.googleusercontent.com/-b0-k99FZlyE/AAAAAAAAAAI/AAAAAAAAAAA/eu7opA4byxI/photo.jpg?sz=120" alt="">
src="{{ STATIC_URL }}img/login.jpg }}" alt="">
</div>
</div>
<div class="row">
......@@ -28,7 +28,7 @@
<span class="input-group-addon">
<i class="glyphicon glyphicon-user"></i>
</span>
<input class="form-control" placeholder="username" name="loginname" type="text" required="" autofocus>
<input class="form-control" placeholder="username" name="username" type="text" required="" autofocus>
</div>
</div>
<div class="form-group">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment