Mercurial > public > sg101
diff 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 diff
--- a/gpp/templates/weblinks/base.html Wed Sep 15 01:01:40 2010 +0000 +++ b/gpp/templates/weblinks/base.html Wed Sep 15 03:24:01 2010 +0000 @@ -7,7 +7,7 @@ {% endblock %} {% block content %} <h2>Web Links</h2> -{% weblinks_navigation %} +{% include 'weblinks/navigation.html' %} <div class="weblinks-content"> {% block weblinks_content %} {% endblock %}