Minor fixes from pull request 131
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
import logging
|
||||
|
||||
log = logging.getLogger("mitx.common.lib.mitxmako")
|
||||
log = logging.getLogger("mitx." + __name__)
|
||||
|
||||
from django.template import Context
|
||||
from django.http import HttpResponse
|
||||
|
||||
Reference in New Issue
Block a user