Fix src/source issue

This commit is contained in:
2022-08-30 11:50:52 +01:00
parent acbc8b7697
commit 0d58a3b082
2 changed files with 4 additions and 2 deletions

View File

@@ -102,7 +102,7 @@
<i class="fa-solid fa-circle"></i>
</span>
{% endif %}
{% if item.source == 'irc' %}
{% if item.src == 'irc' %}
<a
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-post="{% url 'modal_drilldown' %}"