Skip to content

Commit

Permalink
feat: add reason/note for ticket resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori committed Aug 23, 2021
1 parent 3f061a0 commit 86dc0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fahari/templates/ops/ticket_resolve.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Resolve Ticket
{% endblock title %}
{% block content %}
<a href="{% url 'ops:tickets' %}">&larr; Back</a>
<a href="{% url 'ops:ticket_update' object.pk %}">&larr; Back</a>
{% if errors %}
<div class="alert alert-error">
<ul>
Expand Down

0 comments on commit 86dc0e6

Please sign in to comment.