SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 3a7c7ae2 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Fix permissions

parent 9d56199a
No related branches found
No related tags found
No related merge requests found
......@@ -51,11 +51,11 @@ class OrganizationLookup(LookupChannel):
Q(name_original__icontains=q))[:10])
def format_item_display(self, item):
'''(HTML) format item for displaying item in the selected deck area.'''
"""(HTML) format item for displaying item in the selected deck area."""
return u"<span class='auto_lookup_display'>%s</span>" % item.full_name_with_acronym
def format_match(self, item):
'''(HTML) Format item for displaying in the dropdown.'''
"""(HTML) Format item for displaying in the dropdown."""
return item.full_name_with_acronym
def check_auth(self, request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment