app_settings: fix typo in name of setting

This commit is contained in:
Benjamin Dauvergne 2013-08-02 11:37:43 +02:00
parent 3f56eecf65
commit f69692ff2a
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ feed_description = getattr(settings, 'ANNOUNCES_FEED_TITLE',
feed_link = getattr(settings, 'ANNOUNCES_FEED_LINK', '')
feed_item_link_template = getattr(settings,
'ANNOUNCES_FEED_ITEM_LINK_TEMPLATE', '#announce-item-{0}')
feed_homepage_limit = getattr(settings, 'ANNOUNCE_FEED_HOMEPAGE_LIMIT', 10)
feed_homepage_limit = getattr(settings, 'ANNOUNCES_FEED_HOMEPAGE_LIMIT', 10)