add certs page

This commit is contained in:
2026-01-27 18:34:13 -03:00
parent 10138112fe
commit 82dc878502
8 changed files with 192 additions and 74 deletions

View File

@@ -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',