From cedfa426704ce8cb8cddf5c004692076103cd414 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 8 Oct 2014 16:23:42 -0700 Subject: [PATCH] Forgot edited at template --- templates/post/edited_at.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/post/edited_at.html diff --git a/templates/post/edited_at.html b/templates/post/edited_at.html new file mode 100644 index 00000000..ac49fc81 --- /dev/null +++ b/templates/post/edited_at.html @@ -0,0 +1,4 @@ +{% if post.edited_at %} +
+ Post last edited at {{ post.edited_at }} +{% endif %}