Skip to content

Commit f100add

Browse files
committed
fix: add get_active_officer_terms import
1 parent 72bf410 commit f100add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/elections/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from elections.models import ElectionModel, NomineeInfoModel
1212
from elections.tables import Election, NomineeApplication, NomineeInfo, election_types
1313
from officers.constants import OfficerPosition
14+
from officers.crud import get_active_officer_terms
1415
from permission.types import ElectionOfficer, WebsiteAdmin
1516
from utils.shared_models import SuccessFailModel
1617
from utils.urls import is_logged_in

0 commit comments

Comments
 (0)