Browse Source

Change sidearrow display

pull/40/head
Michael Walker 9 years ago
parent
commit
ec95c60be5
  1. 4
      templates/post_reply.html

4
templates/post_reply.html

@ -1,9 +1,7 @@
{% filter remove_whitespace %} {% filter remove_whitespace %}
{# tabs and new lines will be ignored #} {# tabs and new lines will be ignored #}
<div class="postcontainer" id="pc{{ post.id }}"> <div class="postcontainer" id="pc{{ post.id }}">
<div class="sidearrows" id="sa{{ post.id }}"> <div class="sidearrows">&gt;&gt;</div>
&gt;&gt;
</div>
<div class="post reply" id="reply_{{ post.id }}"> <div class="post reply" id="reply_{{ post.id }}">
<p class="intro"> <p class="intro">
{% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %} {% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %}

Loading…
Cancel
Save