Trying fixes.

This commit is contained in:
Michael Woods
2025-12-26 15:01:52 -05:00
parent 443da0523c
commit e3213d9611

View File

@@ -23,7 +23,7 @@
<div class="card-body"> <div class="card-body">
<p class="card-text">Once you delete a bulletin, there is no going back. Please be certain.</p> <p class="card-text">Once you delete a bulletin, there is no going back. Please be certain.</p>
<button type="button" class="btn btn-danger" <button type="button" class="btn btn-danger"
onclick="deleteBulletin({{ bulletin.id }}, {{ bulletin.subject | tojson }})"> onclick='deleteBulletin({{ bulletin.id }}, "{{ bulletin.subject | replace("'", "\\'") | replace('"', '\\"') }}")'>
Delete This Bulletin Permanently Delete This Bulletin Permanently
</button> </button>
</div> </div>