Skip to content

Commit 9e6b6e6

Browse files
committed
/iesg/agenda/: fix bug related to non-existing ballots
- Legacy-Id: 2222
1 parent 4384539 commit 9e6b6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idrfc/templatetags/ballot_icon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232

3333
from django import template
34-
from ietf.idtracker.models import IDInternal
34+
from ietf.idtracker.models import IDInternal, BallotInfo
3535
from ietf.idrfc.idrfc_wrapper import position_to_string, BALLOT_ACTIVE_STATES
3636
from ietf.idtracker.templatetags.ietf_filters import in_group, timesince_days
3737

0 commit comments

Comments
 (0)