+
From 1f6e041e49754ae41db005f98df2685031ccaff0 Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Tue, 15 Apr 2025 21:55:22 -0400 Subject: threaded view basically works now --- templates/view_thread.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/view_thread.html (limited to 'templates') diff --git a/templates/view_thread.html b/templates/view_thread.html new file mode 100644 index 0000000..877feb8 --- /dev/null +++ b/templates/view_thread.html @@ -0,0 +1,28 @@ +{% extends 'base.html' %} + +{% block content %} + +
{{ thread.created_at.strftime('%Y-%m-%d %H:%M') }}
+{% for post in pdx %} +Poster: {{post.authour.name}} +
+Date: {{post.created_at.strftime('%Y-%m-%d %H:%M')}}
++