Skip to content
Snippets Groups Projects
Commit 7ca02d80 authored by Jeyan Kanagaratnam's avatar Jeyan Kanagaratnam
Browse files

Replace index.html

parent 9e9c111f
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,20 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
</head>
<body>
<div class="navbar">
<a href="#">
<img src="{{ url_for('static', filename='Final_LT_HD_Horizontal.png') }}" alt="Logo">
</a>
</div>
<div class="page section">
<h1>Returns List</h1>
<p>Here are the latest returns:</p>
<ul>
{% for return in returns %}
{% for return in returns | reverse %}
<p><strong>ID:</strong> {{ return.id }}</p>
<p><strong>Customer ID:</strong> {{ return.customer_id }}</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment