Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1100)

Unified Diff: MoinMoin/apps/frontend/views.py

Issue 108020043: Improved the index gui section in the basic theme and added smiley support (Closed)
Patch Set: Fixed a failing test Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | MoinMoin/constants/contenttypes.py » ('j') | MoinMoin/static/js/index_action.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: MoinMoin/apps/frontend/views.py
===================================================================
--- a/MoinMoin/apps/frontend/views.py
+++ b/MoinMoin/apps/frontend/views.py
@@ -834,7 +834,7 @@
for g in content_registry.group_names:
description = u', '.join([e.display_name for e in content_registry.groups[g]])
yield g, None, description
- yield u'unknown items', None, u'Items of contenttype unknown to MoinMoin'
+ yield u'Unknown Items', None, u'Items of contenttype unknown to MoinMoin'
ContenttypeGroup = MultiSelect.of(Enum.out_of(contenttype_selects_gen())).using(optional=True)
« no previous file with comments | « no previous file | MoinMoin/constants/contenttypes.py » ('j') | MoinMoin/static/js/index_action.js » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b