From 6a2a05cd0e6aab46ca610dda3c2f408c6b9bd9e2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 2 Jun 2021 22:46:17 +0000 Subject: remove css so i can make better css --- apioforum/templates/base.html | 11 +++++++---- apioforum/templates/view_thread.html | 9 ++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html index d4ecb54..ef60264 100644 --- a/apioforum/templates/base.html +++ b/apioforum/templates/base.html @@ -9,13 +9,16 @@
{% for msg in get_flashed_messages() %}
{{ msg }}
diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html index 615aee0..d9efe86 100644 --- a/apioforum/templates/view_thread.html +++ b/apioforum/templates/view_thread.html @@ -7,11 +7,10 @@
{% for post in posts %}
-
-
{{post.author}}
-
{{post.created}}
+
+ {{post.author}} @{{post.created}}
-
+
{{rendered_posts[loop.index0] | safe}}
@@ -20,7 +19,7 @@ {% if g.user %}
- +
{% else %}

not logged in

-- cgit v1.2.3