forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 10:12:15 -06:00
parent c4ee01a49f
commit c25575128c
2 changed files with 8 additions and 2 deletions

View File

@ -44,10 +44,16 @@
'link': '/admin/image_posts'
},
{
'icon': 'fa-trash',
'icon': 'fa-align-slash',
'title': 'Removed Posts',
'description': 'Posts removed by mods',
'link': '/admin/removed/posts'
},
{
'icon': 'fa-comment-slash',
'title': 'Removed Comments',
'description': 'Comments removed by mods',
'link': '/admin/removed/comments'
}
]
},

View File

@ -13,6 +13,6 @@
</div>
</div>
</div>
{% endif %}
{% endif %}
</div>
{% endblock %}