h
This commit is contained in:
commit
900b44153d
|
@ -39,9 +39,14 @@
|
|||
|
||||
<div id="contentTab">
|
||||
<ul>
|
||||
<!--
|
||||
{% for t in tweets %}
|
||||
<li>{{ t|safe }}</li>
|
||||
{% 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>
|
||||
|
|
|
@ -44,9 +44,12 @@
|
|||
</form>
|
||||
{% if page.has_previous or page.has_next %}
|
||||
<div id="prevNext">
|
||||
|
||||
|
||||
{% if page.has_previous %}<a id="prevSearch" href="?q={{ query }}&page={{ page.previous_page_number }}">Prev</a>{% endif %}
|
||||
|
|
||||
|
||||
{% if page.has_next %}<a id="nextSearch" href="?q={{ query }}&page={{ page.next_page_number }}">Next</a>{% endif %}
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user