[extensions-web] extensions: Remove the Admin box



commit 4fa9944260bb57e417f6be48666c7c5a47b202d9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue May 15 14:14:29 2012 -0400

    extensions: Remove the Admin box
    
    It isn't really useful.

 .../templates/extensions/detail_edit.html          |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/detail_edit.html b/sweettooth/extensions/templates/extensions/detail_edit.html
index d80f1fa..678f902 100644
--- a/sweettooth/extensions/templates/extensions/detail_edit.html
+++ b/sweettooth/extensions/templates/extensions/detail_edit.html
@@ -9,14 +9,6 @@
 {% endblock %}
 
 {% block extra %}
-  <h2 class="expandy_header expanded"> Admin </h2>
-  <ul>
-    <li><a href="{% url extensions-upload-file %}">Upload a new version</a></li>
-    {% if version %}
-    <li><a href="{% url review-version pk=version.pk %}">View review and source</a></li>
-    {% endif %}
-  </ul>
-
   <h2 class="expandy_header expanded"> Versions </h2>
   <table>
     <thead> <tr>



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