Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Goran Topic committed Oct 23, 2017
2 parents 2a1a1d7 + 68adb6d commit e39e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raidar/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def profile_graph(request):
stat = request.POST['stat']

participations = Participation.objects.select_related('encounter').filter(
encounter__era_id=era_id, character__account__user=request.user)
encounter__era_id=era_id, character__account__user=request.user, encounter__success=True)

try:
if area_id.startswith('All'):
Expand Down

0 comments on commit e39e976

Please sign in to comment.