Skip to content

Commit

Permalink
using static template tag is preventing the logo to be fetched.
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Jun 29, 2015
1 parent 5f651de commit 101ee47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rockstor/storageadmin/templates/storageadmin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</button>
<div id="navbar-brand">
<a href="#/home">
<img class="img-responsive logo" src="{% static 'storageadmin/img/rockstorlogo-font2.png' %}" />
<img class="img-responsive logo" src="/static/storageadmin/img/rockstorlogo-font2.png"/>
</a>
</div>
</div>
Expand Down Expand Up @@ -225,7 +225,7 @@ <h3 id="donate-modal-label">We really appreciate your generous donation. Choose
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->


<form name="dummy-form" action="/login" method="post">
{% csrf_token %}
</form>
Expand Down

0 comments on commit 101ee47

Please sign in to comment.