Cin7 Templates, DVU templates, and G2 templates. Finished the mass delete script. Fun fact, dev docs are wrong... it's not a 15,000 limit, but 1500.

This commit is contained in:
Norm Rasmussen
2024-05-10 16:39:37 -04:00
parent fa3ab13579
commit 3820969cc2
11 changed files with 245 additions and 62 deletions

View File

@ -13,5 +13,10 @@
{% endfor %}
</div>
</nav>
{% if current_school.properties.show_office_hours_banner == true %}
<div class="np-alert" >
{{ current_school.properties.office_hours_banner }}
</div>
{% endif %}
{% include "badges" %}