Skip to content

Commit 947c973

Browse files
committed
Remove reference to redesign
- Legacy-Id: 6832
1 parent f428355 commit 947c973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/telechat/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def doc_detail(request, date, name):
207207
if request.method == 'POST':
208208
button_text = request.POST.get('submit', '')
209209

210-
# logic from doc/views_ballot.py EditPositionRedesign
210+
# logic from doc/views_ballot.py EditPosition
211211
if button_text == 'update_ballot':
212212
formset = BallotFormset(request.POST, initial=initial_ballot)
213213
state_form = ChangeStateForm(initial=initial_state)

0 commit comments

Comments
 (0)