Skip to content

Commit

Permalink
Fix broken link in login_user.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamal Faily committed Jan 29, 2017
1 parent a212f1b commit 4552727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairis/daemon/templates/security/login_user.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% from "security/_macros.html" import render_field_with_errors, render_field %}
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="dist/css/loginac.css" rel="stylesheet" />
<link href="dist/css/login.css" rel="stylesheet" />
<link href="dist/css/font-awesome.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<div class="container">
Expand Down

0 comments on commit 4552727

Please sign in to comment.