add certs page
This commit is contained in:
@@ -10,6 +10,7 @@ from .address import router as address
|
||||
from .admins import router as admins
|
||||
from .billing import router as billing
|
||||
from .custom_pricing import router as custom_pricing
|
||||
from .enrollments.certs import router as certs
|
||||
from .enrollments.scheduled import router as scheduled
|
||||
from .enrollments.submissions import router as submissions
|
||||
from .seats import router as seats
|
||||
@@ -23,6 +24,7 @@ __all__ = [
|
||||
'admins',
|
||||
'billing',
|
||||
'custom_pricing',
|
||||
'certs',
|
||||
'scheduled',
|
||||
'submissions',
|
||||
'seats',
|
||||
|
||||
Reference in New Issue
Block a user