mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-07 07:38:20 +00:00
Initial bootstrap port of asset_update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user