7

Fixes link name

This commit is contained in:
Jasper Berghoef
2017-06-03 10:35:52 +02:00
parent ef08403ba3
commit 94c947a435

View File

@ -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)