Mercurial > public > sg101
view gpp/templates/weblinks/base.html @ 554:1bd184f3e87b
Updated requirements.txt after using my fork of django-elsewhere.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 Jan 2012 20:56:03 -0600 |
parents | 88b2b9cb8c1f |
children |
line wrap: on
line source
{% extends 'base.html' %} {% load weblinks_tags %} {% block custom_css %} <link rel="stylesheet" type="text/css" href="{{ STATIC_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 %}