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

Merge pull request #6561 from abigley/csv_feature

CSV file import
This commit is contained in:
Jeremy Stretch
2021-07-28 10:48:30 -04:00
committed by GitHub
4 changed files with 114 additions and 39 deletions

View File

@@ -20,7 +20,7 @@
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="csv">
<form action="" method="post" class="form">
<form action="" method="post" class="form" enctype="multipart/form-data">
{% csrf_token %}
{% render_form form %}
<div class="form-group">