[extensions-web] review: Actually show the "Reject" combobox for extension authors



commit cbe326ac9ca1816337b1ead9df43cd46a04f7038
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Mar 15 14:46:05 2012 -0400

    review: Actually show the "Reject" combobox for extension authors

 sweettooth/review/templates/review/review.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/review/templates/review/review.html b/sweettooth/review/templates/review/review.html
index e844057..86caa42 100644
--- a/sweettooth/review/templates/review/review.html
+++ b/sweettooth/review/templates/review/review.html
@@ -111,13 +111,13 @@
   <form id="review_form" action="{% url review-submit pk=version.pk %}" method="POST">
     {% csrf_token %}
     <textarea id="comments" name="comments"></textarea>
-{% if can_approve %}
     <select name="status">
       <option value="none" selected>No change</option>
+{% if can_approve %}
       <option value="approve" class="approve">Approve</option>
+{% endif %}
       <option value="reject" class="reject">Reject</option>
     </select>
-{% endif %}
     <input type="submit" value="Submit">
   </form>
 </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]