From 94c947a435c106b3b2f1b845c8fb8f53be5b7b4c Mon Sep 17 00:00:00 2001 From: Jasper Berghoef Date: Sat, 3 Jun 2017 10:35:52 +0200 Subject: [PATCH] Fixes link name --- src/wagtail_personalisation/rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wagtail_personalisation/rules.py b/src/wagtail_personalisation/rules.py index 5f959db..5d5b94e 100644 --- a/src/wagtail_personalisation/rules.py +++ b/src/wagtail_personalisation/rules.py @@ -258,7 +258,7 @@ class QueryRule(AbstractBaseRule): present in the request query. """ - icon = 'fa-link-o' + icon = 'fa-link' parameter = models.SlugField(_("The query parameter to search for"), max_length=20)