|
|
@ -93,7 +93,7 @@ def show_login(): |
|
|
|
if 'next' in request.args and urlparse(request.args['next']).netloc == '': |
|
|
|
if 'next' in request.args and urlparse(request.args['next']).netloc == '': |
|
|
|
next = request.args['next'] |
|
|
|
next = request.args['next'] |
|
|
|
else: |
|
|
|
else: |
|
|
|
next = url_for('journalmarks.journalmarks.index') |
|
|
|
next = url_for('journalmarks.index') |
|
|
|
return render_template('login.html', next=next) |
|
|
|
return render_template('login.html', next=next) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|