Rewrite templates to handle additional sidebar information

This commit is contained in:
Trever Fischer
2012-06-07 16:55:37 -04:00
parent 7f710bd049
commit a5858ce11c
8 changed files with 50 additions and 34 deletions

View File

@@ -88,6 +88,7 @@ s.parentNode.insertBefore(po, s);
<li><a href="{% url user_profile %}">Your Profile</a></li>
<li><a href="{% url local.views.invites %}">Invites</a></li>
<li><a href="{% url messages.views.inbox %}">Mail: {{ messages_inbox_count }}</a></li>
<li><a href="{% url petition.views.index %}">Petitions: {{open_petitions|length}}</a></li>
</ul>
{% else %}
<h2 class="title">Login</h2>