From 772a500534a508b5b9f88e2883c8dcb488c4b4d9 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 13 Jul 2013 09:50:45 -0500 Subject: Move simple feeds templates directly into feed classes No need to call out to the template engine to format... nothing at all. Just fetch the attribute directly and save the render step. Signed-off-by: Dan McGee --- templates/feeds/news_title.html | 1 - templates/feeds/packages_description.html | 1 - 2 files changed, 2 deletions(-) delete mode 100644 templates/feeds/news_title.html delete mode 100644 templates/feeds/packages_description.html (limited to 'templates') diff --git a/templates/feeds/news_title.html b/templates/feeds/news_title.html deleted file mode 100644 index 7899fce..0000000 --- a/templates/feeds/news_title.html +++ /dev/null @@ -1 +0,0 @@ -{{ obj.title }} \ No newline at end of file diff --git a/templates/feeds/packages_description.html b/templates/feeds/packages_description.html deleted file mode 100644 index cfc4261..0000000 --- a/templates/feeds/packages_description.html +++ /dev/null @@ -1 +0,0 @@ -{{ obj.pkgdesc }} \ No newline at end of file -- cgit v1.2.3-24-g4f1b