mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Division, from the future oooOOOooo
This commit is contained in:
@@ -114,6 +114,8 @@ def eveapi_corporation(request, corporationid):
|
|||||||
Provide details of a corporation, and for admins, a list of members
|
Provide details of a corporation, and for admins, a list of members
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from __future__ import division
|
||||||
|
|
||||||
corporation = get_object_or_404(EVEPlayerCorporation, id=corporationid)
|
corporation = get_object_or_404(EVEPlayerCorporation, id=corporationid)
|
||||||
if request.user.is_superuser:
|
if request.user.is_superuser:
|
||||||
view_members = True
|
view_members = True
|
||||||
|
|||||||
Reference in New Issue
Block a user