admin: migrate certificate-keypair list to web

This commit is contained in:
Jens Langhammer
2021-02-16 23:13:22 +01:00
parent 60c244c31d
commit 4cfcc48b23
12 changed files with 163 additions and 336 deletions

View File

@ -283,11 +283,6 @@ urlpatterns = [
name="group-delete",
),
# Certificate-Key Pairs
path(
"crypto/certificates/",
certificate_key_pair.CertificateKeyPairListView.as_view(),
name="certificate_key_pair",
),
path(
"crypto/certificates/create/",
certificate_key_pair.CertificateKeyPairCreateView.as_view(),