Send button modal added.

This commit is contained in:
Michael Woods
2025-12-24 20:49:43 -05:00
parent c3edbb6d64
commit c082b7774b
2 changed files with 70 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
{% block content %}
<h1>Messages</h1>
<div class="mb-4 text-end">
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#composeModal">
Compose New Message
</button>
</div>
<div class="mb-3">
<a href="?msg_type=received" class="btn btn-sm {% if msg_type == 'received' %}btn-primary{% else %}btn-outline-primary{% endif %}">Received</a>