Parent: [cceb25] (diff)

Child: [c3f1ed] (diff)

Download this file

moderate_post.html    15 lines (15 with data), 704 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<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/>
<form method="POST" class="moderate_approve" action="{{action}}" {%if status != 'pending'%} style="display:none"{%endif%}>
<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}}" {%if status != 'pending'%} style="display:none"{%endif%}>
<input type="hidden" name="spam" value="True"/>
<a href="" class="moderate_post little_link"><span>Spam</span></a>
</form>
<br/>