aboutsummaryrefslogtreecommitdiff
path: root/templates/posts
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-16 15:28:11 +0530
committerBobby <[email protected]>2025-07-16 15:28:11 +0530
commitbb54eaf6623acdcfb2e9056eb803260dff2150a5 (patch)
tree3a7fb956911f8e40c4e86ca9fde48b4ebef1a217 /templates/posts
parentf13506cfba2da90764620dab2c624ac74767de62 (diff)
downloadimageboard-bb54eaf6623acdcfb2e9056eb803260dff2150a5.tar.xz
imageboard-bb54eaf6623acdcfb2e9056eb803260dff2150a5.zip
enhance requests queries for posts; integrate backend with search
Diffstat (limited to 'templates/posts')
-rw-r--r--templates/posts/list.django2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/posts/list.django b/templates/posts/list.django
index d4f933b..2dc5d03 100644
--- a/templates/posts/list.django
+++ b/templates/posts/list.django
@@ -1,11 +1,11 @@
{% extends 'layouts/main.django' %}
-{% include 'partials/search.django' %}
{% block content %}
{% if Error %}
<div class="centered-main">
<div class="error">{{ Error }}</div>
</div>
{% endif %}
+ {% include 'partials/search.django' %}
{% if Posts %}
Will Show posts here
{% else %}