Created new script to mass delete people. Added some notes.

This commit is contained in:
Norm Rasmussen
2024-05-01 17:28:57 -04:00
parent 8a00d21ff6
commit 1ed572ac88
8 changed files with 78 additions and 43 deletions

View File

@ -1,4 +1,8 @@
<div class="np-learning-path-completed-banner np-learning-path-banner">
{% for category in learning_path.categories %}
{% if category.name contains "Deep Dive: Core" %}
<div class="np-learning-path-completed-banner np-learning-path-banner" style="display: none;">
{% endif %}
{% endfor %}
<img class="np-learning-path-banner-image" src="https://s3.amazonaws.com/static.northpass.com/images/stars-completed.svg"/>
<div class="np-learning-path-banner-content">
<h3 class="np-learning-path-banner-headline">{% t .headline %}</h3>