From 130b86812833736bfe28fa10aa1683b44e3230f4 Mon Sep 17 00:00:00 2001 From: dandds Date: Tue, 14 Aug 2018 12:40:20 -0400 Subject: [PATCH] remove action column in requests index view for now --- templates/requests.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/requests.html b/templates/requests.html index e2d55138..42d6ac1b 100644 --- a/templates/requests.html +++ b/templates/requests.html @@ -101,7 +101,6 @@ {% endif %} Projected Annual Usage ($) Request Status - Actions @@ -119,9 +118,6 @@ {% endif %} ${{ r['annual_usage'] }} {{ r['status'] }} - - Approval - {% endfor %}