Browse Source

More accurate string for recent shadow deleted posts

main
animepony 7 years ago
committed by discomrade
parent
commit
177c87d465
  1. 2
      templates/mod/shadow_recent_posts.html

2
templates/mod/shadow_recent_posts.html

@ -1,6 +1,6 @@
<script src="{{ config.additional_javascript_url }}js/mod/recent_posts.js"></script>
{% if not posts|count %}
<p style="text-align:center" class="unimportant">({% trans 'There are no active posts.' %})</p>
<p style="text-align:center" class="unimportant">({% trans 'There are no posts pending moderation.' %})</p>
{% else %}
<h4>Viewing last {{ limit|e }} posts</h4>
<p>View <a href="?/shadow_list_recent_post/25"> 25 </a>|<a href="?/shadow_list_recent_post/50"> 50 </a>|<a href="?/shadow_list_recent_post/100"> 100 </a></p>

Loading…
Cancel
Save