add link to projects in admin
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 12 Aug 2011 11:51:00 +0000 (13:51 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 12 Aug 2011 11:51:00 +0000 (13:51 +0200)
apps/archive/templates/archive/base.html

index 5650ac7..42abde3 100644 (file)
@@ -8,5 +8,6 @@
     <a {% if division = "published" %}class="active" {% endif %}href="{% url list_published %}">{% trans "Published" %}</a>
     <a {% if division = "unmanaged" %}class="active" {% endif %}href="{% url list_unmanaged %}">{% trans "Archive" %}</a>
     <a href="{% url logout %}" style='float: right;'>{% trans "Logout" %}</a>
+    <a target='_blank' href='{% url admin:archive_project_changelist %}' style='float: right;'>{% trans "Projects" %}</a>
     <div class='clr' ></div>
 {% endblock %}