mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-05 01:06:44 +02:00
added cancel changes button to edit ticket page
This commit is contained in:
parent
6463fbdcd9
commit
e6847e916e
@ -40,6 +40,7 @@
|
|||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
<div class='buttons form-group'>
|
<div class='buttons form-group'>
|
||||||
<input type='submit' class="btn btn-primary btn-sm" value='{% trans "Save Changes" %}' />
|
<input type='submit' class="btn btn-primary btn-sm" value='{% trans "Save Changes" %}' />
|
||||||
|
<a href='{{ ticket.get_absolute_url }}'><button class="btn btn-danger">{% trans "Cancel Changes" %}</button></a>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user