Skip to content

Commit c345ae5

Browse files
fix links
1 parent 10e8120 commit c345ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hurumap_ng/templates/profile/profile_detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h3 class="chart-header">Corruption Index</h3>
469469
</article>
470470
{% endif %}
471471
{% if not finance.is_missing %}
472-
<article id="transportation" class="clearfix">
472+
<article id="finance" class="clearfix">
473473
<header class="section-contents"><h1>Finances</h1></header>
474474
<div class="section-container">
475475
{% if not finance.bank_credit.is_missing and not finance.bank_deposit.is_missing %}
@@ -517,7 +517,7 @@ <h3 class="chart-header">Corruption Index</h3>
517517
</article>
518518
{% endif %}
519519
{% if not others.is_missing %}
520-
<article id="transportation" class="clearfix">
520+
<article id="others" class="clearfix">
521521
<header class="section-contents"><h1>Others</h1></header>
522522
<div class="section-container">
523523
{% if not others.mineral_production.is_missing %}

0 commit comments

Comments
 (0)