diff --git a/app/templates/homepage.html b/app/templates/homepage.html
index 73a797b..2c887b8 100644
--- a/app/templates/homepage.html
+++ b/app/templates/homepage.html
@@ -38,6 +38,14 @@
@@ -56,21 +64,8 @@
Split Line? |
-
- {% for li in last_month_lines %}
-
- | {{li[0].id}} |
- {{li[0].parent_line_item_id}} |
- {{li[0].amount}} |
- {{li[0].currency_type}} |
- {{li[0].get_vendor()[0]}} |
- {{li[0].date}} |
- {{li[0].confirmation_code}} |
- {{li[0].note}} |
- |
- Click to split line |
-
- {% endfor %}
+
+ | Loading... |