Commit ac2c1922 authored by impfundev's avatar impfundev

fix: add member button

parent 24e4e45e
...@@ -2,14 +2,9 @@ ...@@ -2,14 +2,9 @@
<div style="max-width: 80vw" class="w-100 p-4"> <div style="max-width: 80vw" class="w-100 p-4">
<div class="d-flex gap-2 mb-4"> <div class="d-flex gap-2 mb-4">
{% include "order_form.html" %} {% include "order_form.html" %}
<button <a type="button" class="btn btn-primary" href="/dashboard/members/add/">
type="button"
class="btn btn-primary"
data-bs-toggle="modal"
data-bs-target="#member_modal_create"
>
<i class="bi bi-plus-circle"></i> Add Member <i class="bi bi-plus-circle"></i> Add Member
</button> </a>
{% include "search_form.html" %} {% include "search_form.html" %}
</div> </div>
{% include "members_table_data.html" %} {% include "members_table_data.html" %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment