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

Modified form action to preserve query parameters

This commit is contained in:
Jeremy Stretch
2017-09-01 12:25:57 -04:00
parent 372e9335b1
commit f5c265b7b5
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
</div>
</div>
{% endif %}
<form action="." method="post" class="form">
<form action="" method="post" class="form">
{% csrf_token %}
{% render_form form %}
<div class="form-group">