From 460e2c9f14ec7470ee87bca8368f7e4f34b17027 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 20 Sep 2022 02:33:38 -0400 Subject: Removed description from posts --- templates/blog_admin/posts.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/blog_admin/posts.html b/templates/blog_admin/posts.html index 6c4575cd..a996986c 100644 --- a/templates/blog_admin/posts.html +++ b/templates/blog_admin/posts.html @@ -1,5 +1,4 @@ {% extends 'blog/partials/base.html' %} {% block content %} -{% load remove_tags %}
{% include 'blog_admin/partials/posts_topbar.html' %} @@ -7,7 +6,6 @@ Title - Description Author Created Category @@ -19,7 +17,6 @@ {% for post in posts %} {{ post.title }} - {{ post.body|truncatechars:50|remove_tags }} {{ post.author }} {{ post.date }} {{ post.category }} -- cgit v1.2.3