Skip to content

Commit 2ba1bde

Browse files
committed
Reverted a bad to group/urls_info.py
- Legacy-Id: 11355
1 parent 7037c73 commit 2ba1bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/group/urls_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
(r'^chartering/create/$', RedirectView.as_view(url='/group/chartering/create/%(group_type)s/')),
1919
(r'^bofs/$', views.bofs),
2020
(r'^email-aliases/$', 'ietf.group.views.email_aliases'),
21-
(r'^bofs/create/$', views_edit.edit, {'action': "create", "group_state":"bof"}, "bof_create"),
21+
(r'^bofs/create/$', views_edit.edit, {'action': "create", }, "bof_create"),
2222
(r'^photos/$', views.chair_photos),
2323
(r'^(?P<acronym>[a-zA-Z0-9-._]+)/', include('ietf.group.urls_info_details')),
2424
)

0 commit comments

Comments
 (0)