[RMV] PROJECT: Removed unwanted quotes

This commit is contained in:
Horilla
2025-10-16 19:04:45 +05:30
parent dffbbf0897
commit da8faa33e3

View File

@@ -22,7 +22,7 @@
<div class="oh-main__titlebar oh-main__titlebar--right">
{% if tasks %}
<form
hx-get="{% url 'task-all-filter' %}?view={{view_type}}""
hx-get="{% url 'task-all-filter' %}?view={{view_type}}"
hx-target="#view-container"
hx-swap="innerHTML"
id="taskAllFilterForm"