Mercurial > public > sg101
view gpp/templates/weblinks/base.html @ 242:7e8d2dda99e3
For #93: fix url scheme for weblinks.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 15 Sep 2010 03:24:01 +0000 |
parents | 952e05cb3d80 |
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 %}