Initial bootstrap port of asset_update

This commit is contained in:
warlordjones
2019-10-02 12:08:52 +01:00
parent 8c60f6cb1d
commit f3c7f89f31
2 changed files with 306 additions and 310 deletions

View File

@@ -4,19 +4,19 @@
{% block content %}
<h2 class="text-center">Asset List</h2>
<div class="col-lg-6">
<form method="post" id="asset-filter-form">
{% csrf_token %}
<div class="input-group">
<input type="text" name="asset_id" placeholder="Asset ID" class="form-control">
<label for="asset_id" class="sr-only">Asset ID</label>
<span class="input-group-btn"><button type="submit" class="btn">Search</button></span>
</div>
</form>
<div class="page-header">
<h1 class="text-center">Asset List</h1>
</div>
<form method="post" id="asset-filter-form">
{% csrf_token %}
<div class="input-group">
<input type="text" name="asset_id" placeholder="Asset ID" class="form-control">
<label for="asset_id" class="sr-only">Asset ID</label>
<span class="input-group-btn"><button type="submit" class="btn">Search</button></span>
</div>
</form>
<table class="table">
<thead>
<tr>