Modified:
/wiki/pp_get_solution_list.wiki
=======================================
--- /wiki/pp_get_solution_list.wiki Wed Feb 9 04:22:09 2011
+++ /wiki/pp_get_solution_list.wiki Wed Feb 9 04:22:52 2011
@@ -50,7 +50,7 @@
==_Examples_==
====Basic form====
The following code will create an html form and will save the data when it
is posted. That data would then be viewable by pp_permgroup_list.
-Each issue object needs to be referenced as `iss_obj` to take advantage of
the `{% include '_solution.html' %}`. This html file references 'iss_obj'.
+Each Consensus object needs to be referenced as `iss_obj` to take
advantage of the `{% include '_solution.html' %}`. This html file
references 'iss_obj'.
{{{
{% pp_get_solution_list issue=request.object dimension=request.dimension %}
{%for iss_obj in pp_solution.solution_list%}