[Update] 升级url

This commit is contained in:
ibuler
2018-07-27 18:56:40 +08:00
parent 8afd5ef90a
commit 23815f87c5
19 changed files with 284 additions and 294 deletions

View File

@@ -6,7 +6,6 @@ from .models import Organization
def org_processor(request):
print('Crernt Org', current_org.name)
context = {
'ADMIN_ORGS': Organization.get_user_admin_orgs(request.user),
'CURRENT_ORG': get_current_org(),