aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/list_bills.html')
-rw-r--r--budget/templates/list_bills.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 8f07f9b..a26dccc 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -2,8 +2,7 @@
{% block top_menu %}
<ul>
- <li><a href="{{ url_for('add_bill', project_id=project.id) }}">Add a bill</a></li>
- <li><a href="{{ url_for('add_member', project_id=project.id) }}">Add a member</a></li>
+ <li><a class="awesome button" href="{{ url_for('add_bill', project_id=project.id) }}">Add a bill</a></li>
</ul>
{% endblock %}