Created script to get sent webhooks from our endpoint. Not many filtering options. Update some templates for Spark, and Luminate.

This commit is contained in:
Norm Rasmussen
2024-11-26 16:39:18 -05:00
parent b0abcb7022
commit 991cdde784
11 changed files with 533 additions and 437 deletions

View File

@ -31,7 +31,7 @@
fa-arrow-left{% endcapture %}
{% include "mobile_header", title: "Resource Center", back_icon: icon, back_link: "javascript:sendMessage();" %}
{% if current_school.properties.banner_toggle == true %}
<div class="np-alert" style="height: 70px; margin-top: 50px; padding: 0 0 5px 5px; color:#000000; font-size: 16px; background-color:#FFC220" >
<div class="np-alert" style="height: 70px; margin-top: 50px; padding: 5px 5px 5px 15px; color:#000000; font-size: 16px; background-color:#FFC220" >
{{ current_school.properties.banner_text }}
</div>
{% endif %}