403 override functionality
This commit is contained in:
@@ -12,7 +12,6 @@ Timbres disponibles Comercio Digital: {{saldo}}
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
<th scope="col">
|
||||
<input id="table_rfcc" name="rfcc" value="True" type="checkbox" class="form-check-input" >
|
||||
Cliente RFC
|
||||
@@ -56,7 +55,6 @@ Timbres disponibles Comercio Digital: {{saldo}}
|
||||
<th scope="col">
|
||||
<a target="_blank" rel="noopener noreferrer" href="{% url 'export_Excel' %}?mes={{mes}}">Excel Todos los clientes X Mes </a>
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -133,8 +131,9 @@ Timbres disponibles Comercio Digital: {{saldo}}
|
||||
</div>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
</span>
|
||||
|
||||
<br><br>
|
||||
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -34,8 +33,8 @@
|
||||
Fecha
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for obj in lista %}
|
||||
<tr class="{% if obj.modo == 'Normal' %}table-success{% endif %}">
|
||||
<th scope="row">{{obj.uuid}}</th>
|
||||
@@ -48,6 +47,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user