Mercurial > public > sg101
view gpp/templates/weblinks/base.html @ 175:776028f4bced
Ticket #60. The TEMPLATE_CONTEXT_PROCESSOR django.core.context_processors.auth moved to django.contrib.auth.context_processors.auth.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 03 Mar 2010 04:09:42 +0000 |
parents | 952e05cb3d80 |
children | 7e8d2dda99e3 |
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> {% weblinks_navigation %} <div class="weblinks-content"> {% block weblinks_content %} {% endblock %} </div> {% endblock %}