Skip to content

Commit c22d0b9

Browse files
committed
Show group pages also for groups of type adhoc and ise.
- Legacy-Id: 16560
1 parent 3d09f14 commit c22d0b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright The IETF Trust 2007, 2009, All Rights Reserved
1+
# Copyright The IETF Trust 2007-2019, All Rights Reserved
22

33
from django.conf import settings
44
from django.conf.urls import include
@@ -66,7 +66,7 @@
6666
url(r'^submit/', include('ietf.submit.urls')),
6767
url(r'^sync/', include('ietf.sync.urls')),
6868
url(r'^templates/', include('ietf.dbtemplate.urls')),
69-
url(r'^(?P<group_type>(wg|rg|ag|team|dir|review|area|program))/', include(grouptype_urls)),
69+
url(r'^(?P<group_type>(wg|rg|ag|team|dir|review|area|program|adhoc|ise))/', include(grouptype_urls)),
7070

7171
# Redirects
7272
url(r'^(?P<path>public)/', include('ietf.redirects.urls')),

0 commit comments

Comments
 (0)