Change the dropdown menu to state Comment Visible to Student.
authorLennard de Rijk <ljvderijk@gmail.com>
Tue, 07 Apr 2009 08:09:47 +0000
changeset 2110 ac91ff4fc313
parent 2109 3b349cd95b07
child 2111 dfe684de7f92
Change the dropdown menu to state Comment Visible to Student. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/templates/soc/student_proposal/review.html
--- a/app/soc/templates/soc/student_proposal/review.html	Tue Apr 07 07:28:31 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html	Tue Apr 07 08:09:47 2009 +0000
@@ -72,7 +72,7 @@
       </td>
       <td class="formfieldvalue" colspan=3>
         <select id="commenttypeselector" onchange="commentType();">
-          <option value="Public">Public Comment</option>
+          <option value="Public">Comment Visible to Student</option>
           <option value="Private">Private Comment</option>
          {% if is_org_admin %}
           <option value="Admin">Admin Comment</option>