diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-02-09 16:48:38 -0500 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-02-09 16:48:38 -0500 |
commit | 3c4c71fc19865bfb75231c425fae31c6b2c211de (patch) | |
tree | 535fc16fef76b1e89e136c3e4a0947fe8613fe01 /forum/templates/feeds | |
parent | bdf1cc4f9dd3f0ac06ba1af3c7d35c72cc358297 (diff) | |
download | askbot-3c4c71fc19865bfb75231c425fae31c6b2c211de.tar.gz askbot-3c4c71fc19865bfb75231c425fae31c6b2c211de.tar.bz2 askbot-3c4c71fc19865bfb75231c425fae31c6b2c211de.zip |
started working towards skinning forum app - first step - move templates to app
Diffstat (limited to 'forum/templates/feeds')
-rw-r--r-- | forum/templates/feeds/rss_description.html | 1 | ||||
-rw-r--r-- | forum/templates/feeds/rss_title.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/forum/templates/feeds/rss_description.html b/forum/templates/feeds/rss_description.html new file mode 100644 index 00000000..fa781907 --- /dev/null +++ b/forum/templates/feeds/rss_description.html @@ -0,0 +1 @@ +{{ obj.html|safe }}
\ No newline at end of file diff --git a/forum/templates/feeds/rss_title.html b/forum/templates/feeds/rss_title.html new file mode 100644 index 00000000..7899fce3 --- /dev/null +++ b/forum/templates/feeds/rss_title.html @@ -0,0 +1 @@ +{{ obj.title }}
\ No newline at end of file |