Implement adding/editing hooks

This commit is contained in:
2022-10-15 18:45:25 +01:00
parent 7118af5d3c
commit 8369f44bd4
6 changed files with 119 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<div class="buttons">
<button
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-get="{% url 'add-hook' %}"
hx-get="{% url 'hook_action' %}"
hx-trigger="click"
hx-target="#modals-here"
class="button is-info">
@@ -17,4 +17,3 @@
{% include 'partials/notify.html' %}
{% include 'partials/hook-list.html' %}
</table>