Mercurial > public > sg101
view gpp/templates/admin/base_site.html @ 264:91c0902de04d
Fixing #115: time zone picker javascript doesn't work on IE8. Apparently IE doesn't like array.indexOf(), but jQuery saves the day with a utility function that provides the same functionality.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 23 Sep 2010 01:16:26 +0000 |
parents | 023132c90021 |
children |
line wrap: on
line source
{% extends "admin/base.html" %} {% load i18n %} {% load custom_admin_tags %} {% block extrastyle %} <style type="text/css"> #dashboard-list { margin-left: 10px; padding: 0; } #dashboard-list li { float: left; list-style: square inside none; margin-right: 10px; margin-bottom: 4px; } </style> {% endblock %} {% block title %}{{ title }} | {% trans 'SG101 Site Admin' %}{% endblock %} {% block branding %} <h1 id="site-name">{% trans 'SurfGuitar101.com Site Administration' %}</h1> {% endblock %} {% block nav-global %}{% admin_dashboard user %}{% endblock %}