equal
deleted
inserted
replaced
132 {% if user.is_authenticated %} |
132 {% if user.is_authenticated %} |
133 <li><a href="/task/browse/" title="tasks">tasks</a></li> |
133 <li><a href="/task/browse/" title="tasks">tasks</a></li> |
134 <li><a href="/user/notifications/" title="notifications">notifications</a></li> |
134 <li><a href="/user/notifications/" title="notifications">notifications</a></li> |
135 <li><a href="/user/requests/" title="Requests">requests</a></li> |
135 <li><a href="/user/requests/" title="Requests">requests</a></li> |
136 <br> |
136 <br> |
|
137 <li><a href="/user/view/uid={{user.id}}">my profile</a></li> |
137 <li><a href="/accounts/logout/">logout</a></li> |
138 <li><a href="/accounts/logout/">logout</a></li> |
138 {% else %} |
139 {% else %} |
139 <li><a href="/accounts/login/" title="login">login</a></li> |
140 <li><a href="/accounts/login/" title="login">login</a></li> |
140 {% endif %} |
141 {% endif %} |
141 </ul> |
142 </ul> |