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 %} -

Students List

-Add Student +

Lista de repostajes

+Añadir repostaje - - - - + + + + + + + - {% for repostajes in repostajess %} + {% for repostajes in repostajes %} - @@ -25,8 +27,8 @@ {% endfor %}
IDNameAgeGradeActionsFechaVehículoKilómetrosLitrosDescuentoPrecio por litroImporte
{{ repostajes.identificador }} {{ repostajes.fecha }} {{ repostajes.vehiculo }}{{ repostajes.precioxlitro }} {{ repostajes.importe }} - Edit - Delete + Edit + Delete