Commit 63a27a998d08f16a08e321c15e639357475057db
1 parent
53237cb5
Exists in
master
style
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
flaskr/templates/estimation.html
... | ... | @@ -122,7 +122,7 @@ |
122 | 122 | {% endif %} |
123 | 123 | {#############################################################################} |
124 | 124 | |
125 | -{# SORTED EMISSIONS INEQUALITY ##########################################} | |
125 | +{# SORTED EMISSIONS INEQUALITY ###############################################} | |
126 | 126 | {# That plot makes no sense with our many to many data. #} |
127 | 127 | {% if not estimation.is_many_to_many() %} |
128 | 128 | <div class="row"> | ... | ... |