Fixed broken template tag reference

This commit is contained in:
Devin Carlen 2011-01-31 17:15:54 -08:00
parent a94d055c26
commit c35e218b77
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% extends "admin/base_site.html" %}
{% load_site_branding %}
{% load i18n %}
{% load django_nova_tags %}
{% load_site_branding %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% load adminmedia %}{% admin_media_prefix %}css/dashboard.css" />{% endblock %}