|
|
@@ -287,12 +287,12 @@
|
|
|
</td>
|
|
|
<td class="text-right noprint">
|
|
|
{% if perms.dcim.change_rackreservation %}
|
|
|
- <a href="{% url 'dcim:rackreservation_edit' pk=resv.pk %}&return_url={{ rack.get_absolute_url }}" class="btn btn-warning btn-xs" title="Edit reservation">
|
|
|
+ <a href="{% url 'dcim:rackreservation_edit' pk=resv.pk %}?return_url={{ rack.get_absolute_url }}" class="btn btn-warning btn-xs" title="Edit reservation">
|
|
|
<i class="glyphicon glyphicon-pencil" aria-hidden="true"></i>
|
|
|
</a>
|
|
|
{% endif %}
|
|
|
{% if perms.dcim.delete_rackreservation %}
|
|
|
- <a href="{% url 'dcim:rackreservation_delete' pk=resv.pk %}&return_url={{ rack.get_absolute_url }}" class="btn btn-danger btn-xs" title="Delete reservation">
|
|
|
+ <a href="{% url 'dcim:rackreservation_delete' pk=resv.pk %}?return_url={{ rack.get_absolute_url }}" class="btn btn-danger btn-xs" title="Delete reservation">
|
|
|
<i class="glyphicon glyphicon-trash" aria-hidden="true"></i>
|
|
|
</a>
|
|
|
{% endif %}
|