summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-07-13 09:50:45 -0500
committerDan McGee <dan@archlinux.org>2013-07-13 09:50:45 -0500
commit772a500534a508b5b9f88e2883c8dcb488c4b4d9 (patch)
tree31ba2f39f03371a85f262e8fdc7183a332518507 /templates
parent9e4a0939145505e7f606ee8b66ea1acd092abb85 (diff)
downloadarchweb-772a500534a508b5b9f88e2883c8dcb488c4b4d9.tar.gz
archweb-772a500534a508b5b9f88e2883c8dcb488c4b4d9.zip
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 <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/feeds/news_title.html1
-rw-r--r--templates/feeds/packages_description.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/feeds/news_title.html b/templates/feeds/news_title.html
deleted file mode 100644
index 7899fce3..00000000
--- 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 cfc42616..00000000
--- a/templates/feeds/packages_description.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ obj.pkgdesc }} \ No newline at end of file