We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c926a commit 35550f7Copy full SHA for 35550f7
hurumap_tz/templates/profile/profile_detail.html
@@ -25,6 +25,11 @@
25
<span>Afrobarometer</span></a>
26
</li>
27
{% 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 %}
33
</ul>
34
</div>
35
</nav>
@@ -471,9 +476,9 @@ <h1>Water Points Statuses</h1>
471
476
</article>
472
477
473
478
{% if not airport_types.is_missing or not airport_types %}
474
- <article id="airport_types" class="clearfix">
479
+ <article id="others" class="clearfix">
475
480
<header class="section-contents">
- <h1>Airports</h1>
481
+ <h1>Others</h1>
482
</header>
483
<div class="section-container">
484
<section class="clearfix stat-row">
0 commit comments