Trying fixes.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user