From bab53eab9138c91dce25eb3710ede73939a86a64 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 18 Oct 2016 18:51:58 +0200 Subject: Datatables for the user public profile page. --- src/web/templates/admin/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/templates/admin') diff --git a/src/web/templates/admin/dashboard.html b/src/web/templates/admin/dashboard.html index 58b48fa1..48c98b68 100644 --- a/src/web/templates/admin/dashboard.html +++ b/src/web/templates/admin/dashboard.html @@ -5,7 +5,7 @@ {% block content %}

{{ _('Registered users') }}

- +
@@ -64,7 +64,7 @@ $(document).ready(function() { { bSortable: false, targets: [0, 5] - } + } ] }); }); -- cgit
#