Django request to find previous referrer

I am passing the request to the template page.In django template how to pass the last page from which the new page was initialised.Instead of history.go(-1) i need to use this

 {{request.http referer}} ??

 <input type="button" value="Back" /> //onlcick how to call the referrer 
56
задан Rajeev 10 December 2010 в 06:43
поделиться