forked from rDrama/rDrama
1
0
Fork 0

fixed the title on 2 admin pages

master
Aevann1 2022-05-30 04:22:47 +02:00
parent ecb4a56047
commit 3ece35a953
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% extends "admin/removed_posts.html" %}
{% block title %}
<title>Comments</title>
<title>Removed Comments</title>
{% endblock %}
{% block listing %}

View File

@ -1,7 +1,7 @@
{% extends "admin/reported_posts.html" %}
{% block title %}
<title>Removed Comments</title>
<title>Reported Comments</title>
{% endblock %}
{% block listing %}