Parent: [19d023] (diff)

Child: [ddf08c] (diff)

Download this file

moderate_post.html    18 lines (17 with data), 664 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<form method="POST" action="{{action}}">
<input type="hidden" name="delete" value="True"/>
<a href="" class="moderate_post little_link"><span>Delete</span></a>
</form>
<br/>
{%if status == 'pending'%}
<form method="POST" class="moderate_approve" action="{{action}}">
<input type="hidden" name="approve" value="True"/>
<a href="" class="moderate_post little_link"><span>Approve</span></a>
</form>
<br/>
<form method="POST" class="moderate_spam" action="{{action}}">
<input type="hidden" name="spam" value="True"/>
<a href="" class="moderate_post little_link"><span>Spam</span></a>
</form>
{%endif%}
<br/>