Merge pull request #78 from tatsuyaoiw/feature

Added "explore" to the reserved list
This commit is contained in:
Buu Nguyen 2014-05-19 11:21:50 -07:00
commit d90db58d1a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
, WIDTH = 'octotree.sidebar_width'
, RESERVED_USER_NAMES = [
'settings', 'orgs', 'organizations',
'site', 'blog', 'about',
'site', 'blog', 'about', 'explore',
'styleguide', 'showcases', 'trending',
'stars', 'dashboard', 'notifications'
]