File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
# See https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/
38
38
39
39
# SECURITY WARNING: don't run with debug turned on in production!
40
- DEBUG = True
40
+ DEBUG = False
41
41
42
42
TEMPLATE_DEBUG = True
43
43
Original file line number Diff line number Diff line change 6
6
< img src ="{% static 'img/logo_256.jpg' %} ">
7
7
< h3 class ='center '> Make the crowd crop objects on images you want.</ h3 >
8
8
< p >
9
- < a href ="{% url 'socialauth_begin' 'dropbox' %} " class ="btn btn-lg btn-dropbox-inversed ">
9
+ < a href ="{% url 'socialauth_begin' 'dropbox' %}?next={% url 'website-info' %} " class ="btn btn-lg btn-dropbox-inversed ">
10
10
< i class ="fa fa-dropbox "> </ i > login via Dropbox
11
11
</ a >
12
12
< a href ="{% url 'website-info'%} " class ="btn btn-lg btn-default ">
You can’t perform that action at this time.
0 commit comments