Modified:
/wiki/pp_argument_form.wiki
=======================================
--- /wiki/pp_argument_form.wiki Wed Feb 9 03:52:37 2011
+++ /wiki/pp_argument_form.wiki Wed Feb 9 04:02:54 2011
@@ -8,6 +8,7 @@
==_Arguments and Parameters_==
+ * POST: `request.POST` object
* object: the object which is the parent of the argument form, the object
being argued over
* arg_type: The str value of the arg_type
* user: user creating this argument
@@ -27,7 +28,7 @@
====Basic form====
The following code will display the reputation integer.
{{{
- {% pp_argument_form POST=request.POST object=request.object
request=request arg_type='yea' %}
+ {% pp_argument_form POST=request.POST object=request.object
user=request.user arg_type='yea' %}
<div class="add">
<div class="errors">{{ pp_argumentation.form.errors }}</div>
<form method="post" action="">