Skip to content

Commit

Permalink
Changed signin.css link to be protocol agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasef Khan committed Feb 17, 2017
1 parent b1d509c commit 6febeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task_list/templates/login.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}User login{% endblock %}
{% block body_block %}
<link href="http://getbootstrap.com/examples/signin/signin.css" rel="stylesheet">
<link href="https://getbootstrap.com/examples/signin/signin.css" rel="stylesheet">
<div class="container" style="width:300px; margin: 0 auto; padding-left: 3em">
<h2 class="form-signin-heading">Please sign in</h2>
</div>
Expand Down

0 comments on commit 6febeca

Please sign in to comment.