Use JSON for sending messages

This commit is contained in:
2022-08-14 16:45:48 +01:00
parent 555bcb4c09
commit e7b7695efd
4 changed files with 17 additions and 11 deletions

View File

@@ -80,7 +80,8 @@
id="search"
class="button is-info is-fullwidth"
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-put="{% url 'threshold_irc_msg' net num channel nick %}"
hx-put="{% url 'threshold_irc_msg' net num %}"
hx-vals='{"channel": "{{ channel }}", "nick": "{{ nick }}"}'
hx-trigger="click"
hx-target="#context-input"
hx-swap="outerHTML">