Skip to content

Commit

Permalink
Change menu for anon users, closes #115
Browse files Browse the repository at this point in the history
  • Loading branch information
erinspace committed Jan 14, 2016
1 parent 47f764f commit 2e36fe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
<li><a href="{% url 'by_location' %}">Bills by location</a></li>
<li><a href="{% url 'by_legislator' %}">Bills by Legislator</a></li>
<li><a href="{% url 'current_session' %}">Bills in Current Session</a></li>
{% if user.is_anonymous %}
<li><a href="{% url 'current_session' %}">Latest Bill Activity</a></li>
{% else %}
<li><a href="{% url 'latest' %}">Latest Bill Activity</a></li>
{% endif %}
</ul>
</li>
</ul>
Expand Down

0 comments on commit 2e36fe7

Please sign in to comment.