From 64c2cd56dfb58ef78936d39b2e71640cd631653e Mon Sep 17 00:00:00 2001 From: Jocelyn Delande Date: Sat, 22 Aug 2015 10:49:35 +0200 Subject: [PATCH] display an edit button on members list --- budget/static/css/main.css | 5 +++++ budget/templates/list_bills.html | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/budget/static/css/main.css b/budget/static/css/main.css index 2b74dc03..143ce8ba 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -176,6 +176,11 @@ tr.payer_line .balance-name{ color: red; } +.edit button, .edit button:hover { + background: url('../images/edit.png') left no-repeat; + +} + .reactivate button, .reactivate button:hover { background: url('../images/reactivate.png') left no-repeat; color: white; diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 2702d995..9bad3445 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -71,7 +71,10 @@ {% if member.activated %}
-
+ +
+
+ {% else %}