Skip to content

Commit

Permalink
removed delete button fixed nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdurahman Ahmed committed Aug 5, 2019
1 parent 2b608e1 commit 31e4a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@
<li class="nav-item">
<a class="nav-link" href="/invoices">Sale Invoices</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown link
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
</div>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions templates/invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<td>{{key[1]}}</td>
<td>${{key[2]}}</td>
<td>{{key[3]}}</td>
<form action="http://localhost:5500/orders/delete/{{key[0]}}" method="GET">
<!-- <form action="http://localhost:5500/orders/delete/{{key[0]}}" method="GET">
<td>
<input type="submit" value="Delete">
</td>
</form>
</form> -->
</tr>
</tr>
{%endfor%} {%endif%}
Expand Down

0 comments on commit 31e4a97

Please sign in to comment.