Browse Source

Signed-off-by: zry <admin@z-touhou.org>

zry 8 years ago
parent
commit
08b408237e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      views/posts.py

+ 2 - 2
views/posts.py

@@ -144,10 +144,10 @@ def PostAdd(request):
 	)
 	return HttpResponseRedirect(reverse('pichublog_postedit',args=(bpo.id,)))
 
-def PostPasswordForm(request,pid):
+def PostPasswordForm(request,ID):
 	kwvars = {
 		"request":request,
-		"pid":pid,
+		"pid":ID,
 	}
 	return render_to_response('home/post.pswd.form.html',kwvars,RequestContext(request))