Skip to content

Commit

Permalink
ticket template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Sep 8, 2020
1 parent 935e343 commit d788565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ <h5 class="modal-title">

{% block ticket_management_buttons %}
{% ticket_has_been_taken ticket=ticket structure=structure exclude_readonly=True as ticket_taken %}
{% if ticket_taken %}
{% if not ticket.is_closed and ticket_taken %}
<div class="mt-5">
<form method="post" enctype="multipart/form-data">
{% include 'form_template.html' %}
Expand Down

0 comments on commit d788565

Please sign in to comment.