Free and open source ticket system written in python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› FIX: fix typo for ticket user

+1 -1
+1 -1
paw/templates/ticketing/ticket_detail.html
··· 62 62 </div> 63 63 <div class="mb-10"> 64 64 {% if ticket.status != 'closed' %} 65 - {% if can_edit or ticker.user == request.user %} 65 + {% if can_edit or ticket.user == request.user %} 66 66 {% if can_edit %} 67 67 <form action="" method="post"> 68 68 {% csrf_token %}