From 9c375cff4dc60ef1ff0c512f6da028129430e377 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 11 Jul 2021 02:23:20 +0000 Subject: somehow view_post.html never actually ended up in the repo???? --- apioforum/templates/view_post.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apioforum/templates/view_post.html diff --git a/apioforum/templates/view_post.html b/apioforum/templates/view_post.html new file mode 100644 index 0000000..993c005 --- /dev/null +++ b/apioforum/templates/view_post.html @@ -0,0 +1,12 @@ +{% from 'common.html' import disp_post %} +{% extends 'base.html' %} +{% block header %} +

{%block title%}viewing post{%endblock%}

+{% endblock %} + +{% block content %} +{{disp_post(post,False)}} +

post source:

+ +i am satisfied +{% endblock %} -- cgit v1.2.3