From c9be516e9b8b4685278c9cd0dc0da90019d09286 Mon Sep 17 00:00:00 2001 From: Modulos Date: Wed, 12 Apr 2017 12:30:29 +0200 Subject: [PATCH] Remove author from blog_item --- .../ungleich/djangocms_blog/includes/blog_item.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/ungleich/templates/ungleich/djangocms_blog/includes/blog_item.html b/ungleich/templates/ungleich/djangocms_blog/includes/blog_item.html index 37b3ced8..4a708d41 100644 --- a/ungleich/templates/ungleich/djangocms_blog/includes/blog_item.html +++ b/ungleich/templates/ungleich/djangocms_blog/includes/blog_item.html @@ -16,18 +16,7 @@

- Posted - {% if post.author %} - by - - {% if post.author.get_full_name %} - {{ post.author.get_full_name }} - {% else %} - {{ post.author }} - {% endif %} - - {% endif %} - on {{ post.date_published|date:"DATE_FORMAT" }} + Posted on {{ post.date_published|date:"DATE_FORMAT" }}