Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #94 from smellman/dev_93
Browse files Browse the repository at this point in the history
resolved #93 use static url
  • Loading branch information
miurahr committed Jul 19, 2015
2 parents 36bbf84 + 4159d2e commit 022ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sotmjp/templates/site_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url 'home' %}">
<img src="http://staging.stateofthemap.jp/2015/site_media/static/less/../img/sotmjapan-sub.png" height="28px">
<img src="{{ STATIC_URL }}img/sotmjapan-sub.png" height="28px">
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
Expand Down

0 comments on commit 022ac59

Please sign in to comment.