Skip to content

Commit

Permalink
fixup! Say correct number of years in sidebar text
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed May 18, 2020
1 parent 668efbd commit 8e3a1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from {{ years }}-years of daily fluxes
</div>
<div class="layer-region"></div>
{% if weather_type == 'CUSTOM' %}
{% if weather_type == 'CUSTOM' and weather_custom %}
<p class="result-description text-muted">
Source: {{ weather_custom }}
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/mmw/js/src/modeling/gwlfe/runoff/templates/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from {{ years }}-years of daily water balance
</div>
<div class="layer-region"></div>
{% if weather_type == 'CUSTOM' %}
{% if weather_type == 'CUSTOM' and weather_custom %}
<p class="result-description text-muted">
Source: {{ weather_custom }}
</p>
Expand Down

0 comments on commit 8e3a1f7

Please sign in to comment.