Skip to content

Commit

Permalink
[#915] Added context to My Updates page
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Nov 25, 2014
1 parent e1461ad commit 86efddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/rsr/views/my_rsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def my_updates(request):
'page_range': page_range,
}

return render_to_response('myrsr/my_updates.html', context)
return render(request, 'myrsr/my_updates.html', context)


@login_required
Expand Down

0 comments on commit 86efddd

Please sign in to comment.