add #16 replace django-captcha with django-simple-captcha; add missing css
This commit is contained in:
parent
c4f2e7aae8
commit
4258d3d09f
87 changed files with 245415 additions and 148 deletions
|
@ -1,7 +1,7 @@
|
|||
from django.core.cache import cache
|
||||
from django.utils import translation
|
||||
|
||||
from apps.forum import settings as forum_settings
|
||||
from forum import settings as forum_settings
|
||||
|
||||
class LastLoginMiddleware(object):
|
||||
def process_request(self, request):
|
||||
|
|
Reference in a new issue