Skip to content

Commit

Permalink
Merge pull request #929 from akvo/915_my_updates
Browse files Browse the repository at this point in the history
[#915] Added context to My Updates page
  • Loading branch information
kardan committed Nov 26, 2014
2 parents e1461ad + 86efddd commit b43db8c
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 b43db8c

Please sign in to comment.