app/soc/templates/soc/org_app/review.html
changeset 1286 940f06d34787
parent 1232 3bce6205e24e
child 1291 7a36f80bbd28
--- a/app/soc/templates/soc/org_app/review.html	Thu Feb 12 21:25:00 2009 +0000
+++ b/app/soc/templates/soc/org_app/review.html	Thu Feb 12 22:20:13 2009 +0000
@@ -32,7 +32,8 @@
 {% block buttons %}
 <tr>
   <td>
-    <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=pre-accepted'" value="Accept"/>
+    <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=accepted'" value="Accept"/>
+    <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=pre-accepted'" value="Pre-Accept"/>
     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=rejected'" value="Reject"/>
     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=ignored'" value="Ignore"/>
     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity.key.name }}'" value="Delete"/>