Mercurial > public > sg101
view gpp/templates/weblinks/base.html @ 245:ed6202fb08b6
Update timezone.js based on pytz 2010b data. Control the tz.py script that generates this data. Ticket #96.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 18 Sep 2010 18:56:22 +0000 |
parents | 7e8d2dda99e3 |
children | 88b2b9cb8c1f |
line wrap: on
line source
{% extends 'base.html' %} {% load weblinks_tags %} {% block custom_css %} <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/weblinks.css" /> {% block weblinks_css %}{% endblock %} {% block weblinks_js %}{% endblock %} {% endblock %} {% block content %} <h2>Web Links</h2> {% include 'weblinks/navigation.html' %} <div class="weblinks-content"> {% block weblinks_content %} {% endblock %} </div> {% endblock %}