Skip to content

Commit 4368e8c

Browse files
committed
Corrected a comment
- Legacy-Id: 16414
1 parent dfd3b60 commit 4368e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/group/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ def diff(attr, name):
999999
return redirect('ietf.doc.views_charter.submit', name=charter_name_for_group(group), option="initcharter")
10001000

10011001
return HttpResponseRedirect(group.about_url())
1002-
else: # form.is_valid()
1002+
else: # Not POST:
10031003
if not new_group:
10041004
ad_role = group.ad_role()
10051005
init = dict(name=group.name,

0 commit comments

Comments
 (0)