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: bug where closed ticket destroys layout

+1 -1
+1 -1
paw/templates/ticketing/ticket_detail.html
··· 76 76 {% csrf_token %} 77 77 <button class="btn btn-warning ml-2" name="reopen_ticket">{% trans 'Re-Open Ticket' %}</button> 78 78 </form> 79 - {% endif %} 80 79 </div> 80 + {% endif %} {% comment %} request.user.is_staff and ticket.status == 'closed' {% endcomment %} 81 81 {% endif %} 82 82 </div> 83 83 </div>