From dc557895b1bd517bbdc2821a79f2be12624010d6 Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Fri, 11 Apr 2025 01:33:39 -0400 Subject: Faccets phase 1 changes, to include Add a view for a faccets details --- templates/details.html | 22 ++++++++++++++++++++++ templates/faccet_list.html | 12 ++++++++++++ templates/post.html | 10 ++++++---- 3 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 templates/details.html create mode 100644 templates/faccet_list.html (limited to 'templates') diff --git a/templates/details.html b/templates/details.html new file mode 100644 index 0000000..3b16fe3 --- /dev/null +++ b/templates/details.html @@ -0,0 +1,22 @@ +{% extends 'base.html' %} + +{% block content %} +
{{faccet.name}} is a part of {{creator.username}} and was born on {{faccet.birth|datetime('%m-%d-%Y')}} +
+{{faccet.bio}}
+{{ post.created_at.strftime('%Y-%m-%d %H:%M') }}
-Authour: {{post.authour.name}}
-{{ post.created_at.strftime('%Y-%m-%d %H:%M') }}
+Authour: {{post.authour.name}}
+