diff options
author | Mike Chen <chagel@gmail.com> | 2009-07-05 10:23:06 +0800 |
---|---|---|
committer | Mike Chen <chagel@gmail.com> | 2009-07-05 10:23:06 +0800 |
commit | 2acb62174ab2cac9c7a88faafcb5f0a22a54db6f (patch) | |
tree | 93e9d22d6fb8a6c882e3915a8511a3ac542a1e67 /templates/feeds | |
download | askbot-2acb62174ab2cac9c7a88faafcb5f0a22a54db6f.tar.gz askbot-2acb62174ab2cac9c7a88faafcb5f0a22a54db6f.tar.bz2 askbot-2acb62174ab2cac9c7a88faafcb5f0a22a54db6f.zip |
initiliaze git rep
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 |