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

Fixes #2862: Follow return URL when connecting a cable

This commit is contained in:
Jeremy Stretch
2019-02-08 09:10:31 -05:00
parent 375e66047d
commit 5256077a3c
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
{% load form_helpers %}
{% block content %}
<form action="." method="post" class="form form-horizontal">
<form method="post" class="form form-horizontal">
{% csrf_token %}
{% for field in form.hidden_fields %}
{{ field }}