diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-07-10 19:15:28 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-07-10 19:15:28 -0400 |
commit | 35b666224a05fbd249b1c51a0a48fb95b246fe9a (patch) | |
tree | bfce966ce040dd849e8cc35a012d18f7632ad6b1 /templates/feeds | |
parent | 5b45e526c74faf55110ff0afdcba19797d7e0f4d (diff) | |
download | askbot-35b666224a05fbd249b1c51a0a48fb95b246fe9a.tar.gz askbot-35b666224a05fbd249b1c51a0a48fb95b246fe9a.tar.bz2 askbot-35b666224a05fbd249b1c51a0a48fb95b246fe9a.zip |
adding all files again
Diffstat (limited to 'templates/feeds')
-rw-r--r-- | templates/feeds/rss_description.html | 1 | ||||
-rw-r--r-- | templates/feeds/rss_title.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/feeds/rss_description.html b/templates/feeds/rss_description.html new file mode 100644 index 00000000..fa781907 --- /dev/null +++ b/templates/feeds/rss_description.html @@ -0,0 +1 @@ +{{ obj.html|safe }}
\ No newline at end of file diff --git a/templates/feeds/rss_title.html b/templates/feeds/rss_title.html new file mode 100644 index 00000000..7899fce3 --- /dev/null +++ b/templates/feeds/rss_title.html @@ -0,0 +1 @@ +{{ obj.title }}
\ No newline at end of file |