浏览代码

Changing the URL for accessing Tickets

TonyKurts 1 年之前
父节点
当前提交
9565fd6938
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -30,7 +30,7 @@
                   </li>
                   {% elif item.link == 'tickets' %}
                   <li class="nav-item">
-                    <a href="{% url 'tickets:lists' %}" class="nav-link" >
+                    <a href="{% url 'tickets:ticket_list_list' %}" class="nav-link" >
                       {% with 'SharixAdmin/img/menu/'|add:item.sel|add:'.svg' as image_static %}
                         <img  src="{% static image_static %}" alt="" style="width: 30px; height: 30px;"> 
                       {% endwith %}