Fix domain search, space between icon and text in msgs

This commit is contained in:
Sebastian Lohff 2017-03-28 13:20:00 +02:00
parent c21cbcbd53
commit 59285db0c0
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ def findInDatabase(rawValue):
if not value.endswith("."): if not value.endswith("."):
value += "." value += "."
obj = domains.models.Domain.filter(name=value) obj = domains.models.Domain.objects.filter(name=value)
results.extend(obj) results.extend(obj)
# contact by name? # contact by name?