diff --git a/ihatemoney/templates/dashboard.html b/ihatemoney/templates/dashboard.html index 45ccded3..c6c50581 100644 --- a/ihatemoney/templates/dashboard.html +++ b/ihatemoney/templates/dashboard.html @@ -1,6 +1,9 @@ {% extends "layout.html" %} {% block content %} {% if is_admin_dashboard_activated %} + + +
{{ _("Project") }} | {{ _("Number of members") }} | {{ _("Number of bills") }} | {{_("Newest bill")}} | {{_("Oldest bill")}} | {{_("Actions")}} |
---|