Added tag list view and global tag delete support

This commit is contained in:
Roberto Rosario
2011-04-28 19:12:40 -04:00
parent a403c02cd3
commit 2532a0a2d8
7 changed files with 105 additions and 34 deletions

View File

@@ -99,6 +99,7 @@
{% with subtemplate.main_object as main_object %}
{% with subtemplate.hide_link as hide_link %}
{% with subtemplate.hide_header as hide_header %}
{% with subtemplate.navigation_object_links as navigation_object_links %}
<div class="grid_{{ subtemplate.grid|default:11 }}">
@@ -134,6 +135,7 @@
{% endwith %}
{% endwith %}
{% endwith %}
{% endwith %}
{% endfor %}
</div>
{% endblock %}