Skip to content

Commit

Permalink
Elasticities to elasticity, parameters to parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
GoFroggyRun committed Oct 5, 2017
1 parent 0bc0cfb commit af33d3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/dynamic/elasticity.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>Tax-Calculator Code Build</h2>

<div id="get-started" class="inputs-block inputs-block-intro">
<div class="inputs-block-header">
<h1>Macroeconomic Elasticities</h1>
<h1>Macroeconomic Elasticity Simulation</h1>
{% flatblock "dynamic_elasticity_get_started_blurb" %}
<div>
You are looking at default parameters for {{start_year}}.
Expand Down
4 changes: 2 additions & 2 deletions templates/dynamic/includes/params/inputs/elastic.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% extends 'taxbrain/input_form_section.html' %}

{% block input_section_shortname %}dynamic-sim{% endblock %}
{% block input_section_title %}Macroeconomic Parameters{% endblock %}
{% block input_section_title %}Macroeconomic Parameter{% endblock %}

{% load flatblocks %}

{% block content %}
<div class="inputs-block-header">
<h1>Macroeconomic Parameters</h1>
<h1>Macroeconomic Parameter</h1>
{% flatblock "taxbrain_dynamic_blurb" %}
{% block section_warnings %}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion templates/dynamic/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1>Choose a Dynamic Simulation Type</h1>
{% endif %}
<tr padding="15px">
<td padding-bottom="1em">
<a href="/dynamic/macro/{{pk}}/?start_year={{start_year}}" class="text-white btn btn-secondary">Macro Elasticities Simulation</a>
<a href="/dynamic/macro/{{pk}}/?start_year={{start_year}}" class="text-white btn btn-secondary">Macro Elasticity Simulation</a>
</td>
<td>
{% flatblock "dynamic_macro_el_blurb" %}
Expand Down

0 comments on commit af33d3a

Please sign in to comment.