Show More
@@ -49,9 +49,11 b'' | |||||
49 |
|
49 | |||
50 | {% if user.is_moderator %} |
|
50 | {% if user.is_moderator %} | |
51 | <span class="moderator_info"> |
|
51 | <span class="moderator_info"> | |
52 | ({{ thread.poster_ip }}) |
|
|||
53 | [<a href="{% url 'delete' post_id=thread.id %}?next={{ request.path }}" |
|
52 | [<a href="{% url 'delete' post_id=thread.id %}?next={{ request.path }}" | |
54 | >{% trans 'Delete' %}</a>] |
|
53 | >{% trans 'Delete' %}</a>] | |
|
54 | ({{ post.poster_ip }}) | |||
|
55 | [<a href="{% url 'ban' post_id=thread.id %}?next={{ request.path }}" | |||
|
56 | >{% trans 'Ban IP' %}</a>] | |||
55 | </span> |
|
57 | </span> | |
56 | {% endif %} |
|
58 | {% endif %} | |
57 | </div> |
|
59 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now