h
This commit is contained in:
commit
900b44153d
|
@ -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>
|
||||||
|
|
|
@ -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 }}&page={{ page.previous_page_number }}">Prev</a>{% endif %}
|
{% 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 %}
|
{% if page.has_next %}<a id="nextSearch" href="?q={{ query }}&page={{ page.next_page_number }}">Next</a>{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user