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:
@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user