/iesg/agenda/: fix bug related to non-existing ballots
- Legacy-Id: 2222
This commit is contained in:
parent
4384539365
commit
9e6b6e63f9
|
@ -31,7 +31,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
from django import template
|
||||
from ietf.idtracker.models import IDInternal
|
||||
from ietf.idtracker.models import IDInternal, BallotInfo
|
||||
from ietf.idrfc.idrfc_wrapper import position_to_string, BALLOT_ACTIVE_STATES
|
||||
from ietf.idtracker.templatetags.ietf_filters import in_group, timesince_days
|
||||
|
||||
|
|
Loading…
Reference in a new issue