diff options
author | Dan McGee <dan@archlinux.org> | 2013-07-13 16:50:45 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-07-13 16:50:45 +0200 |
commit | 772a500534a508b5b9f88e2883c8dcb488c4b4d9 (patch) | |
tree | 31ba2f39f03371a85f262e8fdc7183a332518507 /templates/feeds/news_title.html | |
parent | 9e4a0939145505e7f606ee8b66ea1acd092abb85 (diff) | |
download | archweb-772a500534a508b5b9f88e2883c8dcb488c4b4d9.tar.gz archweb-772a500534a508b5b9f88e2883c8dcb488c4b4d9.tar.xz |
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/feeds/news_title.html')
-rw-r--r-- | templates/feeds/news_title.html | 1 |
1 files changed, 0 insertions, 1 deletions
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 |