src/pyams_security/plugin/templates/register-info.pt
changeset 35 c28d80cf6d75
parent 25 31ad4c01e99e
child 136 f190f5f694fa
equal deleted inserted replaced
34:b84b491ea8bd 35:c28d80cf6d75
    21 		   tal:content="href"></a>
    21 		   tal:content="href"></a>
    22 	</p>
    22 	</p>
    23 	<p i18n:translate="">If you don't want to confirm this registration, please just ignore this message and your registration information
    23 	<p i18n:translate="">If you don't want to confirm this registration, please just ignore this message and your registration information
    24 						 will be deleted within 30 days.</p>
    24 						 will be deleted within 30 days.</p>
    25 	<p i18n:translate="">Thank you for using our services.</p>
    25 	<p i18n:translate="">Thank you for using our services.</p>
    26 	<div tal:define="signature settings.signature"
    26 	<div tal:content="structure extension:html(settings.signature)"></div>
    27 		 tal:content="structure extension:html(signature)"></div>
       
    28 </body>
    27 </body>
    29 </html>
    28 </html>