comparison gpp/templates/admin/base_site.html @ 146:023132c90021

Another tweak for #30; only show the admin dashboard items if they are non-zero.
author Brian Neal <bgneal@gmail.com>
date Wed, 09 Dec 2009 22:58:05 +0000
parents 71cb4208dc98
children
comparison
equal deleted inserted replaced
145:71cb4208dc98 146:023132c90021
12 float: left; 12 float: left;
13 list-style: square inside none; 13 list-style: square inside none;
14 margin-right: 10px; 14 margin-right: 10px;
15 margin-bottom: 4px; 15 margin-bottom: 4px;
16 } 16 }
17 #dashboard-list .alert {
18 color: #f55;
19 font-weight: bold;
20 }
21 </style> 17 </style>
22 {% endblock %} 18 {% endblock %}
23 19
24 {% block title %}{{ title }} | {% trans 'SG101 Site Admin' %}{% endblock %} 20 {% block title %}{{ title }} | {% trans 'SG101 Site Admin' %}{% endblock %}
25 21