a78a7c7c7392 — Oben Sonne 14 years ago
Also use inline SVG in manage view for labels
1 files changed, 1 insertions(+), 1 deletions(-)

M app/diggie/templates/diggie/manage.html
M app/diggie/templates/diggie/manage.html +1 -1
@@ 52,7 52,7 @@ or
 <li class="truncate">
 <a href="{% url diggie.views.pages label=label.name %}" class="mlink"
    title="View page list for this label">
-<img src="{{ MEDIA_URL }}/diggie/images/go.svg"/>
+{% include "diggie/go.inline.svg" %}
 </a>
 <input id="id_label_{{ label.id }}" type="checkbox"
        name="label_id_{{ label.id }}"