Skip to content

Commit

Permalink
Fix image on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Feb 21, 2014
1 parent f0fa7f9 commit 9533c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/resources/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="cb-login">
<div class="login-box">
<div class="header">
<img src="http://localhost:8000/static/images/icons/128.png" />
<img src="/static/images/icons/128.png" />
</div>
<div class="inner">
<% if (hr.offline.isConnected()) { %>
Expand Down

0 comments on commit 9533c5f

Please sign in to comment.