summaryrefslogtreecommitdiff
path: root/static/website/templates/get_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/get_post.html')
-rw-r--r--static/website/templates/get_post.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/static/website/templates/get_post.html b/static/website/templates/get_post.html
deleted file mode 100644
index 359bcd2..0000000
--- a/static/website/templates/get_post.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends 'website/templates/base.html' %}
-{% block content %}
-<h4>{{post.title}}</h4>
-<p>
- {{ post.body }}
-</p>
-
-<b>Replies</b>
-{% for reply in replies %}
- {{ reply.body }}
-{% endfor %}
-{% endblock %}