[pirate-politics] r583 committed - Edited wiki page pp_argument_form through web user interface.

3 views
Skip to first unread message

pirate-...@googlecode.com

unread,
Feb 9, 2011, 7:03:37 AM2/9/11
to pirate-poli...@googlegroups.com
Revision: 583
Author: fragro
Date: Wed Feb 9 04:02:54 2011
Log: Edited wiki page pp_argument_form through web user interface.
http://code.google.com/p/pirate-politics/source/detail?r=583

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="">

Reply all
Reply to author
Forward
0 new messages