diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index ff7297e..e9699dd 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -48,7 +48,7 @@
{% if balance[member] > 0 %}+{% endif %}{{ balance[member] }}
|
- {% if member.activated %}delete{% endif %} |
+ {% if member.activated %}delete{% else %}reactivate{% endif %} |
{% endif %}
{% endfor %}
@@ -60,7 +60,7 @@
{% endblock %}
{% block content %}
- Add a new bill
+Add a new bill