~devcamcar/horizon/lp711024

« back to all changes in this revision

Viewing changes to dashboard/templates/admin/index.html

  • Committer: Devin Carlen
  • Date: 2011-02-01 19:19:13 UTC
  • Revision ID: devin.carlen@gmail.com-20110201191913-hyapbpwb2tpiufax
Simplified site branding tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "admin/base_site.html" %}
2
2
{% load i18n %}
3
3
{% load django_nova_tags %}
4
 
{% load_site_branding %}
5
4
 
6
5
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% load adminmedia %}{% admin_media_prefix %}css/dashboard.css" />{% endblock %}
7
6
 
16
15
{% if app_list %}
17
16
 
18
17
    <div class="module">
19
 
      <table summary="Models available in the {{ site_branding }} application.">
20
 
        <caption><a href="{% url admin_projects %}" class="section">{{ site_branding }}</a></caption>
 
18
      <table summary="Models available in the {% site_branding %} application.">
 
19
        <caption><a href="{% url admin_projects %}" class="section">{% site_branding %}</a></caption>
21
20
        <tbody>
22
21
          <tr>
23
22
            <th scope="row"><a href="{% url admin_projects %}">Projects</a></th>