DeepL templates. Chubb script.
This commit is contained in:
@ -74,4 +74,4 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
{% include "header" %}
|
{% include "header" %}
|
||||||
{% include "certificates_top_bar" %}
|
{% include "certificates_top_bar" %}
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
<main class="np-main np-certificate np-max-width np-page-container clear-main-spacings">
|
<main class="np-main np-certificate np-max-width np-page-container clear-main-spacings">
|
||||||
<section class="np-certificate-content-spacing">
|
<section class="np-certificate-content-spacing">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@ -11,7 +11,7 @@ HEADERS = {
|
|||||||
"X-Api-Key": APIKEY,
|
"X-Api-Key": APIKEY,
|
||||||
}
|
}
|
||||||
BASEURL = "https://api.northpass.com/v2/"
|
BASEURL = "https://api.northpass.com/v2/"
|
||||||
IMPORTFILE = "/Users/normrasmussen/Downloads/cisa-43025.csv"
|
IMPORTFILE = "/Users/normrasmussen/Downloads/cisa-51325.csv"
|
||||||
|
|
||||||
|
|
||||||
def bulk_invite_and_group():
|
def bulk_invite_and_group():
|
||||||
|
|||||||
Reference in New Issue
Block a user