Skip to content

Commit

Permalink
Removing PyCon US hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Apr 22, 2013
1 parent 781c3ef commit e68317f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/frontend/views.py
Expand Up @@ -69,9 +69,7 @@ def group(request, group):

def index(request, template="index"):
groups = ordereddict.OrderedDict()
#for group in sorted(CONFIG.groups()):
# Hardcoded for order.
for group in ('mission', 'america', 'ab', 'cd', 'ef', 'gh'):
for group in sorted(CONFIG.groups()):
groups[group] = CONFIG.config(group)

config = CONFIG['config']
Expand Down

0 comments on commit e68317f

Please sign in to comment.