Edit User permissions added

This commit is contained in:
fjrodriguez
2022-12-01 12:39:34 -06:00
parent af1f68bc58
commit fa43b3fe36
6 changed files with 42 additions and 21 deletions

View File

@@ -2,20 +2,14 @@
{% extends "base.html" %}
{% block title %}Timbres{% endblock title %}
{% block titlePage %}
Timbres disponibles Comercio Digital: {{saldo.saldo}}
{% endblock titlePage %}
{% block content %}
<div>
<h2>Timbres disponibles Comercio Digital: {{saldo.saldo}}</h2>
</div>
<table class="table">
<thead>
<tr>
@@ -53,7 +47,7 @@
table_rfcc.addEventListener('click',(event)=>{
document.getElementById('rfcc').checked= table_rfcc.checked? true:false;
})
add
</script>