Skip to content

Commit

Permalink
corrige les articles manquants dans le profil
Browse files Browse the repository at this point in the history
  • Loading branch information
dralliw committed Jul 23, 2014
1 parent 9951dbe commit 376ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/member/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def details(request, user_name):
for my_article in my_articles:
article_version = my_article.load_json_for_public()
article_version = my_article.load_dic(article_version)
my_tuto_versions.append(article_version)
my_article_versions.append(article_version)

my_topics = \
Topic.objects\
Expand Down

0 comments on commit 376ea85

Please sign in to comment.