Mercurial > public > sg101
view gpp/templates/weblinks/base.html @ 58:02e5dfa830cc
#11 Update Blueprints to 0.9. Also update the conditional IE specific include of the ie.css file. Hopefully this will resolve some issues seen with IE8.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 24 Jun 2009 00:18:53 +0000 |
parents | 884839ddbfde |
children | 952e05cb3d80 |
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 %} {% endblock %} {% block content %} <h2>Web Links</h2> {% weblinks_navigation %} <div class="weblinks-content"> {% block weblinks_content %} {% endblock %} </div> {% endblock %}