]> git.parisson.com Git - teleforma.git/commitdiff
fix icons, fix many STATIC_URLs
authoryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 18:55:03 +0000 (20:55 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 18:55:03 +0000 (20:55 +0200)
teleforma/templates/teleforma/inc/media_list.html

index 324369c16ed5c7b1135229dc164943c393fe3320..8f4b11726dcc8f1bd6bee32c8437aed03e1a1ecb 100644 (file)
@@ -40,9 +40,9 @@
             </td>
             <td {% if forloop.first %}class="border-top"{% endif %} width="10%" align="center">
             {% if media.is_published and user.is_staff %}
-             <img src="{{ STATIC_URL }}teleforma/images/ok.png" style="vertical-align:middle" alt="" title="{% trans 'Published' %}" />
+             <img src="{{ STATIC_URL }}telemeta/images/ok.png" style="vertical-align:middle" alt="" title="{% trans 'Published' %}" />
             {% elif not media.is_published and user.is_staff %}
-             <img src="{{ STATIC_URL }}teleforma/images/delete.png" style="vertical-align:middle" alt="" title="{% trans 'Rejected' %}" />
+             <img src="{{ STATIC_URL }}telemeta/images/delete.png" style="vertical-align:middle" alt="" title="{% trans 'Rejected' %}" />
             {% endif %}
             {% if media.item.file %}
              <a href="{{ MEDIA_URL }}{{ media.item.file }}">