Skip to content

Commit

Permalink
remove drop down in macro elas result page
Browse files Browse the repository at this point in the history
  • Loading branch information
GoFroggyRun committed Oct 5, 2017
1 parent af33d3a commit e44b5e9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions templates/dynamic/elasticity_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,6 @@ <h2>Tax-Calculator Code Build</h2>
</section>

<div class="result-header">
<div class="result-header-control">
<h1>{% flatblock "elasticity_results_header" %}</h1>
for
<div class="dropdown dropdown-select dropdown-inline data-switch">
<a class="dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
{{ tables.result_years.0}}
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
{% for year in tables.result_years %}
<li role="presentation">
<a role="menuitem" tabindex="-1" href="#">
{{ year }}
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
<p class="meta">These results were generated by <a href="https://github.com/OpenSourcePolicyCenter/webapp-public/tree/v{{webapp_version}}"> PolicyBrain version {{ webapp_version }}</a> on {{ created_on|date:"D, M jS Y \a\t g:iA" }} UTC using <a href="https://github.com/open-source-economics/Tax-Calculator/tree/{{taxcalc_version}}"> Tax-Calculator version {{ taxcalc_version }}.</a> </p>
<p class="meta">The microsimulation upon which this dynamic simulation was based can be found <a href="{{microsim_url}}">here</a> </p>
<a href="/dynamic/macro/edit/{{ unique_url.pk }}/?start_year={{ first_year }}" class="text-white btn btn-secondary">Edit Parameters</a>
Expand Down

0 comments on commit e44b5e9

Please sign in to comment.