Skip to content

Commit

Permalink
Fix zestedesavoir#1643 : correction d'un nom de variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Laville Augustin committed Nov 9, 2014
1 parent f5b7b62 commit 8019880
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zds/member/views.py
Expand Up @@ -416,8 +416,7 @@ def articles(request):
else:
user_articles = profile.get_articles()

return render_template('article/member/index.html',
{'articles': user_articles, 'type': tpe})
return render_template('article/member/index.html', {'articles': user_articles, 'type': state})


# settings for public profile
Expand Down

0 comments on commit 8019880

Please sign in to comment.