diff --git a/flask_crud/instance/students.db b/flask_crud/instance/students.db index e05dd13..f6e0a28 100644 Binary files a/flask_crud/instance/students.db and b/flask_crud/instance/students.db differ diff --git a/flask_crud/templates/index.html b/flask_crud/templates/index.html index c2e4af9..bf4e25f 100644 --- a/flask_crud/templates/index.html +++ b/flask_crud/templates/index.html @@ -1,21 +1,23 @@ {% extends "layout.html" %} {% block content %} -
| ID | -Name | -Age | -Grade | -Actions | +Fecha | +Vehículo | +Kilómetros | +Litros | +Descuento | +Precio por litro | +Importe |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ repostajes.identificador }} | {{ repostajes.fecha }} | {{ repostajes.vehiculo }} | @@ -25,8 +27,8 @@{{ repostajes.precioxlitro }} | {{ repostajes.importe }} | - Edit - Delete + Edit + Delete |