Send button modal added.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user