From f34df498c517a462aad98f2ab528a6d15974e46c Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Thu, 10 Apr 2025 19:24:21 -0400 Subject: The great ui commit css crimes --- templates/post.html | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index d759da4..b585cab 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,6 +1,25 @@ {% extends 'base.html' %} {% block content %} + {% if post.parent != 0 %} Previous
@@ -13,12 +32,21 @@ Reply ~ Back to posts -
-

Replies to this

-
+ +
+
+

Previously to this

+
+

Replies to this

+
+
    +
  • {% for reply in replies %} {{ reply.title }} - {{ + reply.created_at.strftime('%Y-%m-%d') }}
  • {% endfor %} +
+
{% endblock %} \ No newline at end of file -- cgit 1.4.1-2-gfad0