[Pypi-checkins] r887 - trunk/pypi/templates

martin.von.loewis python-checkins at python.org
Mon Feb 21 22:42:32 CET 2011


Author: martin.von.loewis
Date: Mon Feb 21 22:42:32 2011
New Revision: 887

Modified:
   trunk/pypi/templates/role_form.pt
Log:
Drop extraneous :action on role_form.


Modified: trunk/pypi/templates/role_form.pt
==============================================================================
--- trunk/pypi/templates/role_form.pt	(original)
+++ trunk/pypi/templates/role_form.pt	Mon Feb 21 22:42:32 2011
@@ -19,7 +19,7 @@
         </p>
 <p> </p>
 
-<form method="POST">
+<form tal:attributes="action app/url_path" method="POST">
 <input type="hidden" name=":action" value="role" />
 <table class="form">
 <tr><th>User Name:</th>


More information about the Pypi-checkins mailing list