Forgot a quote in template
authorymh <ymh.work@gmail.com>
Thu, 22 Nov 2012 23:25:34 +0100
changeset 78 ac95f4f710db
parent 75 a29d4c54658c
child 79 435851345c78
Forgot a quote in template
src/hp/templates/hp/all_videos.html
--- 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 %}
             {{"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"|safe}}
         {% endif %}