Fixed stuff I broke
This commit is contained in:
parent
8d356d7cda
commit
e432d833b5
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ def user_timeline(username):
|
||||||
follower.who_id = ? and follower.whom_id = ?''',
|
follower.who_id = ? and follower.whom_id = ?''',
|
||||||
[session['user_id'], profile_user['user_id']],
|
[session['user_id'], profile_user['user_id']],
|
||||||
one=True) is not None
|
one=True) is not None
|
||||||
broken_just_for_djangocon
|
|
||||||
return render_template('timeline.html', messages=query_db('''
|
return render_template('timeline.html', messages=query_db('''
|
||||||
select message.*, user.* from message, user where
|
select message.*, user.* from message, user where
|
||||||
user.user_id = message.author_id and user.user_id = ?
|
user.user_id = message.author_id and user.user_id = ?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue