From 9d2406887ebb37d27ec680d5629dbcf333e3a4a8 Mon Sep 17 00:00:00 2001 From: Myles Braithwaite Date: Thu, 24 Jan 2013 11:32:54 -0500 Subject: [PATCH] Asgard Blog now requires Djagno 1.5. --- README.rst | 2 +- blog/templates/blog/category_detail.html | 35 ------------------------ 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 blog/templates/blog/category_detail.html diff --git a/README.rst b/README.rst index d86c714..2c3d986 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ A simple Blog application for the Asgard CMS system. Requirements ************ - * Django_ >= 1.3 + * Django_ >= 1.5 **Optional** diff --git a/blog/templates/blog/category_detail.html b/blog/templates/blog/category_detail.html deleted file mode 100644 index 780c117..0000000 --- a/blog/templates/blog/category_detail.html +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "blog/base_blog_archive.html" %} - -{% block title %}{{ block.super }}: Blog Category {{ category }}{% endblock %} - -{% block content_title %} -

Blog Category {{ category }}

-{% endblock %} - -{% block content %} -
- {% for post in posts.object_list %}{% include "blog/_post.html" %}{% endfor %} -
- - {% if posts.has_other_pages %} - - {% endif %} -{% endblock %} \ No newline at end of file