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

richard python-checkins at python.org
Mon Sep 5 06:00:04 CEST 2011


Author: richard
Date: Mon Sep  5 06:00:04 2011
New Revision: 974

Modified:
   trunk/pypi/templates/openid_decide.pt
Log:
better

Modified: trunk/pypi/templates/openid_decide.pt
==============================================================================
--- trunk/pypi/templates/openid_decide.pt	(original)
+++ trunk/pypi/templates/openid_decide.pt	Mon Sep  5 06:00:04 2011
@@ -6,8 +6,8 @@
   <metal:fill fill-slot="body">
   
       <form tal:attributes="action data/url_path" method="POST">
-        <p>The site <span tal:replace="data/trust_root" /> is asking for confirmation that 
-        <span tal:replace="data/pending_id"/> is your identity id.</p>
+        <p>The site <b tal:content="data/trust_root" /> is asking for confirmation that 
+        <b tal:content="data/pending_id"/> is your identity.</p>
         <input type="submit" name="allow" value="Allow"/>
         <input type="submit" name="allow_always" value="Allow Always"/>
         <input type="submit" name="no_thanks" value="No Thanks"/>
@@ -17,4 +17,4 @@
       </form>
       
   </metal:fill>
-</html>
\ No newline at end of file
+</html>


More information about the Pypi-checkins mailing list