From cd40c7a51d0ed1aeb75418c03a996af8c37a985c Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 2 Sep 2022 08:20:58 -0700 Subject: [PATCH] add links to post from mods view --- suchwow/templates/mod/posts.html | 4 +++- suchwow/templates/post/read.html | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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') %}