Skip to content

Commit

Permalink
(search) remove embed tally form in search page
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jan 23, 2024
1 parent 2fc3f23 commit 990b53b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions lacommunaute/templates/forum_search/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,28 +99,4 @@ <h3 class="h4 mb-0">{% trans "No results." %}</h3>
{% endif %}
</div>
</section>
{% if page.paginator.count %}
<section class="s-section">
<div class="s-section__container container">
<div class="row">
<div class="col-12">
<div class="c-box">
<iframe data-tally-src="https://tally.so/embed/3xDBMv?hideTitle=1&transparentBackground=1&dynamicHeight=1"
loading="lazy"
width="100%"
height="262"
frameborder="0"
marginheight="0"
marginwidth="0"
title="NPS - Communauté"></iframe>
</div>
</div>
</div>
</div>
</section>
{% endif %}
{% endblock content %}
{% block extra_js %}
{{ block.super }}
<script async src="https://tally.so/widgets/embed.js"></script>
{% endblock extra_js %}

0 comments on commit 990b53b

Please sign in to comment.