1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Corrected typo

This commit is contained in:
Jeremy Stretch
2018-08-09 16:37:58 -04:00
parent f43d861b50
commit 9d9318f38a

View File

@ -631,7 +631,7 @@
{% endif %}
{% if power_outlets or device.device_type.is_pdu %}
{% if perms.dcim.delete_poweroutlet %}
<form method="post"">
<form method="post">
{% csrf_token %}
{% endif %}
<div class="panel panel-default">