Show group pages also for groups of type adhoc and ise.
- Legacy-Id: 16560
This commit is contained in:
parent
3d09f14e67
commit
c22d0b9540
|
@ -1,4 +1,4 @@
|
||||||
# Copyright The IETF Trust 2007, 2009, All Rights Reserved
|
# Copyright The IETF Trust 2007-2019, All Rights Reserved
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.conf.urls import include
|
from django.conf.urls import include
|
||||||
|
@ -66,7 +66,7 @@ urlpatterns = [
|
||||||
url(r'^submit/', include('ietf.submit.urls')),
|
url(r'^submit/', include('ietf.submit.urls')),
|
||||||
url(r'^sync/', include('ietf.sync.urls')),
|
url(r'^sync/', include('ietf.sync.urls')),
|
||||||
url(r'^templates/', include('ietf.dbtemplate.urls')),
|
url(r'^templates/', include('ietf.dbtemplate.urls')),
|
||||||
url(r'^(?P<group_type>(wg|rg|ag|team|dir|review|area|program))/', include(grouptype_urls)),
|
url(r'^(?P<group_type>(wg|rg|ag|team|dir|review|area|program|adhoc|ise))/', include(grouptype_urls)),
|
||||||
|
|
||||||
# Redirects
|
# Redirects
|
||||||
url(r'^(?P<path>public)/', include('ietf.redirects.urls')),
|
url(r'^(?P<path>public)/', include('ietf.redirects.urls')),
|
||||||
|
|
Loading…
Reference in a new issue