diff options
| author | Bobby <[email protected]> | 2025-07-16 15:28:11 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-16 15:28:11 +0530 |
| commit | bb54eaf6623acdcfb2e9056eb803260dff2150a5 (patch) | |
| tree | 3a7fb956911f8e40c4e86ca9fde48b4ebef1a217 /templates/posts | |
| parent | f13506cfba2da90764620dab2c624ac74767de62 (diff) | |
| download | imageboard-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.django | 2 |
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 %} |
