diff --git a/suchwow/templates/mod/posts.html b/suchwow/templates/mod/posts.html index 09a13f4..dc8d4fc 100644 --- a/suchwow/templates/mod/posts.html +++ b/suchwow/templates/mod/posts.html @@ -14,6 +14,7 @@

- {{ post.title }} + {{ post.title }}

{{ post.submitter }}

diff --git a/suchwow/templates/post/read.html b/suchwow/templates/post/read.html index 4f56a62..53613b5 100644 --- a/suchwow/templates/post/read.html +++ b/suchwow/templates/post/read.html @@ -21,10 +21,10 @@

{{ post.title }}

{{ post.text }}

{% if not post.approved %} - - + Approve + Reject {% endif %} -

Submitted by {{ post.submitter }} at {{ post.timestamp }}

+

Submitted by {{ post.submitter }} at {{ post.timestamp }}

{% if post.get_image_path().endswith('mp4') %}