comparison 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
comparison
equal deleted inserted replaced
164:f7a6b8fe4556 165:952e05cb3d80
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% load weblinks_tags %} 2 {% load weblinks_tags %}
3 {% block custom_css %} 3 {% block custom_css %}
4 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/weblinks.css" /> 4 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/weblinks.css" />
5 {% block weblinks_css %}{% endblock %} 5 {% block weblinks_css %}{% endblock %}
6 {% block weblinks_js %}{% endblock %}
6 {% endblock %} 7 {% endblock %}
7 {% block content %} 8 {% block content %}
8 <h2>Web Links</h2> 9 <h2>Web Links</h2>
9 {% weblinks_navigation %} 10 {% weblinks_navigation %}
10 <div class="weblinks-content"> 11 <div class="weblinks-content">