index modified
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
<input id="table_name" name="name" value="True" type="checkbox" class="form-check-input" >
|
||||
RFC Cliente
|
||||
</th>
|
||||
<th scope="col">PAC</th>
|
||||
<th scope="col">Tipo CFDI</th>
|
||||
|
||||
<th scope="col">actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -18,6 +21,10 @@
|
||||
<tr class="">
|
||||
<th scope="row">{{obj.uuid}}</th>
|
||||
<td>{{obj.rfcc}}</td>
|
||||
<td>{{obj.rfcp}}</td>
|
||||
<td>{{obj.tipo}}</td>
|
||||
|
||||
|
||||
<td>
|
||||
{% if request.user.is_staff %}
|
||||
<a href="#" class="btn btn-info">View</a>
|
||||
|
||||
Reference in New Issue
Block a user