Properly implement queries
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
id="search"
|
||||
class="button is-info is-fullwidth"
|
||||
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
||||
hx-put="{% url 'threshold_irc_msg' net num channel %}"
|
||||
hx-put="{% url 'threshold_irc_msg' net num channel nick %}"
|
||||
hx-trigger="click"
|
||||
hx-target="#context-input"
|
||||
hx-swap="outerHTML">
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
"date": "{{ date }}",
|
||||
"index": "{{ index }}",
|
||||
"type": "{{ type }}",
|
||||
"mtype": "{{ mtype }}"}'
|
||||
"mtype": "{{ mtype }}",
|
||||
"nick": "{{ nick }}"}'
|
||||
hx-target="#modal-context-table"
|
||||
hx-trigger="every 5s">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user