[Python-checkins] r62328 - tracker/instances/setuptools/html/page.html

martin.v.loewis python-checkins at python.org
Sun Apr 13 22:24:19 CEST 2008


Author: martin.v.loewis
Date: Sun Apr 13 22:24:19 2008
New Revision: 62328

Log:
Add demo warning.


Modified:
   tracker/instances/setuptools/html/page.html

Modified: tracker/instances/setuptools/html/page.html
==============================================================================
--- tracker/instances/setuptools/html/page.html	(original)
+++ tracker/instances/setuptools/html/page.html	Sun Apr 13 22:24:19 2008
@@ -46,6 +46,7 @@
   </div>
  </td>
 </tr>
+<tr><td></td><td><h3 style="color:red">This is a demo installation. Do not use it to report real bugs yet</h3></td></tr>
 
 <tr>
  <td rowspan="2" valign="top" class="sidebar">


More information about the Python-checkins mailing list