This commit is contained in:
Karen 2011-10-26 02:55:42 +05:30
commit 900b44153d
2 changed files with 9 additions and 1 deletions

View File

@ -39,9 +39,14 @@
<div id="contentTab"> <div id="contentTab">
<ul> <ul>
<!--
{% for t in tweets %} {% for t in tweets %}
<li>{{ t|safe }}</li> <li>{{ t|safe }}</li>
{% endfor %} {% endfor %}
-->
<li>@dootah there's a new play this weekend. @dootah there's a new play this weekend. @dootah there's a new play this weekend. and then some more</li>
<li>@dootah there's a new play this weekend. @dootah there's a new play this weekend. @dootah there's a new play this weekend. and then some more</li>
<li>@dootah there's a new play this weekend. @dootah there's a new play this weekend. @dootah there's a new play this weekend. and then some more</li>
<!-- <!--
<li>@dootah there's a new play this weekend. <span>bit.ly/xYr3dD</span></li> <li>@dootah there's a new play this weekend. <span>bit.ly/xYr3dD</span></li>
<li>@dootah there's a new play this weekend. <span>bit.ly/xYr3dD</span></li> <li>@dootah there's a new play this weekend. <span>bit.ly/xYr3dD</span></li>

View File

@ -44,9 +44,12 @@
</form> </form>
{% if page.has_previous or page.has_next %} {% if page.has_previous or page.has_next %}
<div id="prevNext"> <div id="prevNext">
{% if page.has_previous %}<a id="prevSearch" href="?q={{ query }}&amp;page={{ page.previous_page_number }}">Prev</a>{% endif %} {% if page.has_previous %}<a id="prevSearch" href="?q={{ query }}&amp;page={{ page.previous_page_number }}">Prev</a>{% endif %}
|
{% if page.has_next %}<a id="nextSearch" href="?q={{ query }}&amp;page={{ page.next_page_number }}">Next</a>{% endif %} {% if page.has_next %}<a id="nextSearch" href="?q={{ query }}&amp;page={{ page.next_page_number }}">Next</a>{% endif %}
</div> </div>
{% endif %} {% endif %}