【发布时间】:2011-05-23 07:48:51
【问题描述】:
我将请求传递给模板页面。在 django 模板中,如何传递初始化新页面的最后一页。我需要使用这个而不是 history.go(-1)
{{request.http referer}} ??
<input type="button" value="Back" /> //onlcick how to call the referrer
【问题讨论】:
标签: django django-models django-templates django-views