Skip to content

Commit

Permalink
Candidates 2018 #162 (#164)
Browse files Browse the repository at this point in the history
Added new lElections link section to the top of the ancfinder page with additional links for the city and ANC election info
  • Loading branch information
austinbrian authored and mkalish committed Oct 7, 2018
1 parent afccce1 commit b91189d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ancfindersite/templates/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<li><a class="smooth" href="{% url 'ancfindersite_home' %}#what-is-an-anc">What Are ANCs?</a></li>

<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Explore ANCs</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Explore Classy ANCs</a>
<ul id="menu_anc_list" class="dropdown-menu" role="menu" aria-labelledby="dLabel">
{% for ancs in ancs_by_ward %}
<div class="ward">
Expand All @@ -59,6 +59,14 @@
</li>

<!--<li><a href="map.html" title="Which ANC distict do you live in? Who is your Commissioner? Learn that and more here.">Find My ANC</a></li>-->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Elections</a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://www.dcboe.org/Candidates/2018-Elections-(2)">Full City List</a></li>
<li class="divider"></li>
<li><a href="https://www.dcboe.org/Candidates/2018-Elections-(1)">ANC Candidate List</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Submit Info</a>
<ul class="dropdown-menu" role="menu">
Expand Down

0 comments on commit b91189d

Please sign in to comment.