[Python-checkins] r88875 - tracker/instances/python-dev/rietveld/templates/issue_base.html

ezio.melotti python-checkins at python.org
Sat Aug 6 15:07:51 CEST 2011


Author: ezio.melotti
Date: Sat Aug  6 15:07:51 2011
New Revision: 88875

Log:
Remove links to create new issues from the review page.

Modified:
   tracker/instances/python-dev/rietveld/templates/issue_base.html

Modified: tracker/instances/python-dev/rietveld/templates/issue_base.html
==============================================================================
--- tracker/instances/python-dev/rietveld/templates/issue_base.html	(original)
+++ tracker/instances/python-dev/rietveld/templates/issue_base.html	Sat Aug  6 15:07:51 2011
@@ -8,12 +8,6 @@
 
 {%block mainmenu2%}
   {%if user%}
-    {%if uploadpy_hint%}
-      <a href="{%url codereview.views.use_uploadpy%}">Create Issue</a>
-    {%else%}
-      <a href="{%url codereview.views.new%}">Create Issue</a>
-    {%endif%}
-    |
     <a href="{%url codereview.views.mine%}">My Issues</a>
     |
     <a href="{%url codereview.views.all%}">Recent Issues</a>


More information about the Python-checkins mailing list