Fixed urls for dashboard.

This commit is contained in:
Timur Nurlygayanov 2013-02-25 09:10:11 -05:00
parent 3195194229
commit 80fce6f232
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ urlpatterns = patterns(VIEW_MOD,
url(r'^$', IndexView.as_view(), name='index'),
url(r'^create$', CreateWinServiceView.as_view(), name='create'),
url(r'^create_dc$', CreateWinDCView.as_view(), name='create_dc'),
url(r'^(?P<domain_controller_id>[^/]+)/$', WinServices.as_view(),
name='services'),
url(r'^(?P<domain_controller_id>[^/]+)/$', WinServices.as_view(),
name='services')
)