Make callbacks go on a new page

This commit is contained in:
2022-10-15 22:08:13 +01:00
parent 361b7b96f0
commit 541894d927
4 changed files with 7 additions and 9 deletions

View File

@@ -42,11 +42,7 @@
</span>
</span>
</button>
<button
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-get="{% url 'callbacks' type='modal' hook_id=item.id %}"
hx-trigger="click"
hx-target="#hooks-table"
<a href="{% url 'callbacks' type='page' hook_id=item.id %}"><button
class="button is-success">
<span class="icon-text">
<span class="icon">
@@ -54,6 +50,7 @@
</span>
</span>
</button>
</a>
</div>
</td>
</tr>