diff --git a/templates/bill/bill_update.html b/templates/bill/bill_update.html
index 1e38b52e..0fb4e1a7 100644
--- a/templates/bill/bill_update.html
+++ b/templates/bill/bill_update.html
@@ -31,11 +31,6 @@
-
-
-
-
-
diff --git a/templates/purchase_orders/includes/card_po.html b/templates/purchase_orders/includes/card_po.html
index bca2e91f..f3688d96 100644
--- a/templates/purchase_orders/includes/card_po.html
+++ b/templates/purchase_orders/includes/card_po.html
@@ -103,13 +103,12 @@
+ role="button">
{% trans 'PO List' %}
-
+
diff --git a/templates/purchase_orders/po_detail.html b/templates/purchase_orders/po_detail.html
index 184889b7..deb78451 100644
--- a/templates/purchase_orders/po_detail.html
+++ b/templates/purchase_orders/po_detail.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% load trans from i18n %}
+{% load i18n %}
{% load static %}
{% load django_ledger %}
{% load custom_filters %}