Skip to content

Commit

Permalink
Remove map search form non search pages
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Sep 23, 2024
1 parent c5bd7a0 commit da46acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/alisea/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
{% block maintag %}<div class="main">{% endblock %}
<div id="content" class="container-fluid col-xl-10 offset-xl-1">
<div class="d-flex flex-wrap align-items-center mb-4 hero-section">
{% if request.path == "/dataset/" %}
<div class="col-md-4 col-sm-12 col-xs-12 title-container">
<h1 class="hero-section-title">Agroecology Library</h1>
<p class="hero-section-description">Our repository of literature on agroecology on Southeast Asia includes more than 750 documents.</p>
</div>
<div class="col-md-8 col-sm-12 map-conatiner">
{% snippet "spatial/snippets/spatial_query.html", default_extent= [[2.62, 85.21], [24.92, 113.00]] %}
</div>
{% endif %}
</div>
{% block main_content %}
{% block flash %}
Expand Down

0 comments on commit da46acb

Please sign in to comment.