Skip to content

Commit

Permalink
Fixes link name
Browse files Browse the repository at this point in the history
  • Loading branch information
jberghoef committed Jun 3, 2017
1 parent ef08403 commit 94c947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wagtail_personalisation/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 94c947a

Please sign in to comment.