G2 and Todos. Trying to better organized my API stuff.

This commit is contained in:
Norm Rasmussen
2024-06-24 17:00:18 -04:00
parent 83e4c43d7f
commit 39e8b6607c
3 changed files with 22 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</div>
</nav>
{% if current_school.properties.show_office_hours_banner == true %}
<div class="np-alert" >
<div class="np-alert" style="background-color:#FF492C" >
{{ current_school.properties.office_hours_banner_html }}
</div>
{% endif %}