Mercurial > public > sg101
diff gpp/templates/weblinks/base.html @ 165:952e05cb3d80
Implement #49; use POST for updating link hit counts. Also refactored a bit and use javascript to report broken links.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 03 Jan 2010 04:15:14 +0000 |
parents | 884839ddbfde |
children | 7e8d2dda99e3 |
line wrap: on
line diff
--- a/gpp/templates/weblinks/base.html Mon Dec 28 16:52:42 2009 +0000 +++ b/gpp/templates/weblinks/base.html Sun Jan 03 04:15:14 2010 +0000 @@ -3,6 +3,7 @@ {% 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>