diff -r 60789eabc3b7 -r 485c7df50ca7 web/views/cwsources.py --- a/web/views/cwsources.py Thu Feb 12 18:40:49 2015 +0100 +++ b/web/views/cwsources.py Fri Feb 13 09:46:19 2015 +0100 @@ -231,6 +231,7 @@ __regid__ = 'cwsource' title = _('data sources') category = 'manage' + order = 100 class CWSourcesManagementView(StartupView):