File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- venv /
1+ venv /
2+ .idea
Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 ">
5- < title > Save Customer </ title >
5+ < title > All Customers </ title >
66 < link rel ="stylesheet " media ="screen "
77 href ="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css ">
88 < script src ="https://code.jquery.com/jquery-3.5.1.slim.min.js "> </ script >
1414 < div class ="card " style ="padding: 20px ">
1515 < div class ="card-header ">
1616 {% block content %}
17- < h1 > List of Customers</ h1 >
17+ < h1 >
18+ List of Customers
19+ < a class ="btn btn-primary " style ="float: right " href ="/create "> Create New</ a >
20+ </ h1 >
1821 </ div >
1922 < div class ="card-body ">
2023 < form action ="/customers " method ="get ">
You can’t perform that action at this time.
0 commit comments