Delete button moved from results to edit pages. Tweak announcement feature for easier use. #5

Merged
joshlaymon merged 4 commits from develop into main 2025-09-07 20:57:30 +00:00
Showing only changes of commit 141d97b329 - Show all commits

View File

@ -3,7 +3,6 @@
<div class="modal-card">
<div class="modal-header">
<h3 id="release-title">{{ pending_announcement.title|default:"Whats new" }}</h3>
<button class="modal-close" type="button" aria-label="Close" data-dismiss>×</button>
</div>
<div class="modal-body">
<div class="prose">{{ pending_announcement.message|linebreaks }}</div>