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 %} + + + {% for project in projects|sort(attribute='name') %} diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 41b12e52..664182ae 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -6,14 +6,12 @@ - - {% block head %}{% endblock %}
{{ _("Project") }}{{ _("Number of members") }}{{ _("Number of bills") }}{{_("Newest bill")}}{{_("Oldest bill")}}{{_("Actions")}}