]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/templates/user/index.mako
Added UI for working with tags
[bluechips.git] / bluechips / templates / user / index.mako
1 <%inherit file="/base.mako"/>
2
3 <h2>User Settings</h2>
4
5 <ul>
6   <li><a href="${h.url_for(controller='user', action='email')}">Set e-mail address</a></li>
7 % if request.environ['user'].resident:
8   <li><a href="${h.url_for(controller='user', action='new')}">Register a new user</a></li>
9 % endif
10 </ul>