Changes "/static/" to {{ STATIC_URL }} in templates.
[wolnelektury.git] / wolnelektury / templates / catalogue / search_no_hits.html
index 8e4e788..7642606 100644 (file)
@@ -17,7 +17,7 @@
     <div id="set-window">
         <div class="header"><a href="#" class="jqmClose">Zamknij</a></div>
         <div class="target">
-            <p><img src="/static/img/indicator.gif" alt="*"/> Ładowanie</p>
+            <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> Ładowanie</p>
         </div>
     </div>
 {% endblock %}
\ No newline at end of file