diff options
Diffstat (limited to 'templates/posts/list.django')
| -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 %} |
