website/www/conservancy
Bradley M. Kuhn 252f29af81 Make sure return values match title.
I received this error from the feeds:

AttributeError at /feeds/news/

'PressRelease' object has no attribute 'title'

Request Method: 	GET
Request URL: 	http://sfconservancy.org/feeds/news/
Django Version: 	1.4.5
Exception Type: 	AttributeError

'PressRelease' object has no attribute 'title'
Exception Location: 	/var/www/conservancy/feeds.py in item_title, line 46

I think this change fixes that.
2014-07-14 11:56:30 -04:00
..
apps Keep blog posts on front page for 30 days. 2012-02-15 15:13:30 -08:00
static Update number of member projects 2014-07-09 16:43:01 -04:00
templates Move the hr into the shaded div 2014-05-02 12:27:13 -04:00
__init__.py Conservancy website as it currently looks; unfortunately, old history before this cannot easily be retrieved 2010-09-26 17:20:05 -04:00
feeds.py Make sure return values match title. 2014-07-14 11:56:30 -04:00
frontpage.py Corrected front page code and template so that blog posts appear. 2010-10-04 11:27:04 -04:00
manage.py Added middleware and management file 2010-09-26 19:03:53 -04:00
middleware.py Incorporate conservancy_ssl middleware, etc. into main site, now that HTTPS fully supported. 2013-04-26 13:09:24 -04:00
settings.py Test thing for redirect table. 2010-10-11 15:48:17 -04:00
urls.py Additional argument was likely incorrect. 2014-07-14 11:49:03 -04:00