problem with resources and localhost url fix

This commit is contained in:
Maryana Rozhankivska
2014-03-28 11:26:48 +02:00
parent b152f2b6ba
commit 08718c01e4
16 changed files with 56 additions and 56 deletions

View File

@ -1,5 +1,5 @@
<div id="display-mode">
<a href="javascript: void(null);" id="listmode" class="listmode">
<img src="{{ poche_url }}/themes/{{ theme }}/img/{{ theme }}/blank.png" alt="{% trans "toggle view mode" %}" title="{% trans "toggle view mode" %}" width="16" height="16">
<img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/blank.png" alt="{% trans "toggle view mode" %}" title="{% trans "toggle view mode" %}" width="16" height="16">
</a>
</div>