forked from MarseyWorld/MarseyWorld
fixed the title on 2 admin pages
parent
ecb4a56047
commit
3ece35a953
|
@ -1,7 +1,7 @@
|
|||
{% extends "admin/removed_posts.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>Comments</title>
|
||||
<title>Removed Comments</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block listing %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "admin/reported_posts.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>Removed Comments</title>
|
||||
<title>Reported Comments</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block listing %}
|
||||
|
|
Loading…
Reference in New Issue