equal
deleted
inserted
replaced
36 |
36 |
37 <body> |
37 <body> |
38 |
38 |
39 <div id="login"> |
39 <div id="login"> |
40 {% block login_links %} |
40 {% block login_links %} |
41 {% if id %} |
41 {% if account %} |
42 <b>{{ id.email }} ({{ id.nickname }})</b> | |
42 <b>{{ account.email }} ({{ account.nickname }})</b> | |
43 {% endif %} |
43 {% endif %} |
44 {% if is_debug %} |
44 {% if is_debug %} |
45 <a class="novisit" target="_blank" href="/_ah/admin">Admin</a> | |
45 <a class="novisit" target="_blank" href="/_ah/admin">Admin</a> | |
46 {% endif %} |
46 {% endif %} |
47 <a class="novisit" href="http://code.google.com/p/soc/issues/list">Report bugs</a> | |
47 <a class="novisit" href="http://code.google.com/p/soc/issues/list">Report bugs</a> | |
48 {% if id %} |
48 {% if account %} |
49 <a class="novisit" href="{{sign_out}}">Sign out</a> |
49 <a class="novisit" href="{{sign_out}}">Sign out</a> |
50 {% else %} |
50 {% else %} |
51 <a class="novisit" href="{{sign_in}}">Sign in</a> |
51 <a class="novisit" href="{{sign_in}}">Sign in</a> |
52 {% endif %} |
52 {% endif %} |
53 {% endblock %} |
53 {% endblock %} |