Commit cbe5da43 authored by Antek Grzanka's avatar Antek Grzanka

Merge branch 'antek'

parents f0779ad6 cb0a2c14
<div style="text-align:center"> <div style="position: absolute; bottom: 5%;">
KrakYournet 7 coś tam elo EESTEC fajnie <img style="max-height:40px" src="/statics/img/telephoners_small.png" /> + <img style="max-height:40px" src="/statics/img/eestec_small.png" /> = <i class="fa fa-heart"></i>
</div> </div>
<div style="text-align:center;width:100%">made with <i class="fa fa-heart"></i> by <a
href="http://telephoners.agh.edu.pl" id="telephoners"><img
src="/statics/img/logo_telephoners.svg"></a></div>
\ No newline at end of file
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
<div class="form-group"> <div class="form-group">
<label for="username">Username</label> <label for="username">Username</label>
<i class="fa fa-key"></i> <i class="fa fa-key"></i>
<input type="text" name="username" id="username" class="form-control" ng-model="username" required /> <input type="text" name="username" id="username" class="form-control" autocomplete="off" ng-model="username" required />
<span ng-show="form.username.$dirty && form.username.$error.required" class="help-block">Username is required</span> <span ng-show="form.username.$dirty && form.username.$error.required" class="help-block">Username is required</span>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="password">Password</label> <label for="password">Password</label>
<i class="fa fa-lock"></i> <i class="fa fa-lock"></i>
<input type="password" name="password" id="password" class="form-control" ng-model="password" required /> <input type="password" name="password" id="password" class="form-control" ng-model="password" autocomplete="off" required />
<span ng-show="form.password.$dirty && form.password.$error.required" class="help-block">Password is required</span> <span ng-show="form.password.$dirty && form.password.$error.required" class="help-block">Password is required</span>
</div> </div>
<div class="form-actions"> <div class="form-actions">
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</div> </div>
<div class="circle-clipper right"> <div class="circle-clipper right">
<div class="circle"></div> <div class="circle"></div>
</div>c </div>
</div> </div>
</div> </div>
......
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