From 72c01cc7434b91c9405d6070289ab676d50a0c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 5 Jan 2018 15:51:41 +0100 Subject: [PATCH] Admin user search actually uses the right end-point --- src/templates/users/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/users/index.pug b/src/templates/users/index.pug index 93115efa..a1bd163b 100644 --- a/src/templates/users/index.pug +++ b/src/templates/users/index.pug @@ -22,7 +22,7 @@ style. type="text", name="q", id="q", - what="/user", + what="/admin/user", autocomplete="off", spellcheck="false", autocorrect="false",