From d0f5da79975bb910cd7c552b7b0f9630fd139547 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Fri, 2 Oct 2020 15:47:54 +0200 Subject: [PATCH] Update 02.10.2020 --- static/admin/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/admin/index.html b/static/admin/index.html index 8183395d..7409bd27 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -20,7 +20,7 @@ widget: "string" }, ], - pattern: /{{< gallery dir="([a-zA-Z0-9]+)" >}}/, + pattern: /{{< gallery dir=([a-zA-Z0-9]+) />}}/, fromBlock: function(match) { return { username: dir[1],