--- a/src/hp/templates/hp/all_videos.html Mon Nov 19 23:46:21 2012 +0100
+++ b/src/hp/templates/hp/all_videos.html Thu Nov 22 23:25:34 2012 +0100
@@ -45,7 +45,7 @@
<div class="pagination">
<span class="step-links">
{% if results.has_previous %}
- <a href="{% url hp.views.all_videos %}><<</a> <a href="{% url hp.views.all_videos %}?page={{ results.previous_page_number }}"><</a>
+ <a href="{% url hp.views.all_videos %}"><<</a> <a href="{% url hp.views.all_videos %}?page={{ results.previous_page_number }}"><</a>
{% else %}
{{" "|safe}}
{% endif %}