Added some more nag bits on the home page

This commit is contained in:
Michael McGrath 2008-03-07 17:06:57 -06:00
parent 76daa4c6a2
commit d80c6b0cc9

View file

@ -29,6 +29,7 @@
<li py:if="cla == None"> <li py:if="cla == None">
${_('CLA Not Signed. To become a full Fedora Contributor please ')}<a href="${tg.url('/cla/')}">${_('sign the CLA')}</a>. ${_('CLA Not Signed. To become a full Fedora Contributor please ')}<a href="${tg.url('/cla/')}">${_('sign the CLA')}</a>.
</li> </li>
<li py:if="not person.ssh_key">You have not submitted an SSH key, some Fedora resources require an ssh. Please submit yours by editing <a href="${tg.url('/user/edit')}">My Account</a></li>
</ul> </ul>
</body> </body>
</html> </html>