2022-10-14 06:20:30 +00:00
|
|
|
<div class="buttons">
|
|
|
|
<button
|
|
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
2022-10-12 06:22:22 +00:00
|
|
|
hx-get="{% url 'add-hook' %}"
|
2022-10-14 06:20:30 +00:00
|
|
|
hx-trigger="click"
|
|
|
|
hx-target="#modals-here"
|
|
|
|
class="button is-info">
|
|
|
|
<span class="icon-text">
|
|
|
|
<span class="icon">
|
|
|
|
<i class="fa-solid fa-plus"></i>
|
|
|
|
</span>
|
|
|
|
<span>Hook</span>
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include 'partials/notify.html' %}
|
2022-10-12 06:22:22 +00:00
|
|
|
{% include 'partials/hook-list.html' %}
|
|
|
|
|
2022-10-14 06:20:30 +00:00
|
|
|
</table>
|