Changeset 2157
- Timestamp:
- 07/29/10 00:29:02 (22 months ago)
- Location:
- sites/merengueprojectorg/plugins/features
- Files:
-
- 1 edited
- 1 moved
-
blocks.py (modified) (1 diff)
-
templates/features/block_mainfeatures.html (moved) (moved from sites/merengueprojectorg/plugins/features/templates/features/block_somefeatures.html)
Legend:
- Unmodified
- Added
- Removed
-
sites/merengueprojectorg/plugins/features/blocks.py
r2156 r2157 12 12 def render(cls, request, place, context): 13 13 features_list = Feature.objects.published().filter(show_in_home=True) 14 return cls.render_block(request, template_name='features/block_ somefeatures.html',14 return cls.render_block(request, template_name='features/block_mainfeatures.html', 15 15 block_title=_('Some features'), 16 16 context={'features_list': features_list})
Note: See TracChangeset
for help on using the changeset viewer.
