Skip to content

Commit 35550f7

Browse files
add other section
1 parent d2c926a commit 35550f7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

hurumap_tz/templates/profile/profile_detail.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<span>Afrobarometer</span></a>
2626
</li>
2727
{% endif %}
28+
{% if not airport_types.is_missing %}
29+
<li><a href="#others"><i class="fa fa-check"></i>
30+
<span>Others</span></a>
31+
</li>
32+
{% endif %}
2833
</ul>
2934
</div>
3035
</nav>
@@ -471,9 +476,9 @@ <h1>Water Points Statuses</h1>
471476
</article>
472477
{% endif %}
473478
{% if not airport_types.is_missing or not airport_types %}
474-
<article id="airport_types" class="clearfix">
479+
<article id="others" class="clearfix">
475480
<header class="section-contents">
476-
<h1>Airports</h1>
481+
<h1>Others</h1>
477482
</header>
478483
<div class="section-container">
479484
<section class="clearfix stat-row">

0 commit comments

Comments
 (0)