Skip to content

Commit ac3c8f0

Browse files
committed
Show ballot positions also for documents without an active ballot.
- Legacy-Id: 4817
2 parents e1d6e5f + 2f48dfc commit ac3c8f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idrfc/views_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def document_ballot_content(request, doc, ballot_id, editable=True):
296296

297297
deferred = doc.active_defer_event()
298298

299-
positions = doc.active_ballot().all_positions() if doc.active_ballot() else []
299+
positions = doc.active_ballot().all_positions() if doc.active_ballot() else ballot.all_positions()
300300

301301
# put into position groups
302302
position_groups = []

0 commit comments

Comments
 (0)