Skip to content

Commit

Permalink
(documentation) add rating form
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed May 27, 2024
1 parent 1763c87 commit a24078d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lacommunaute/templates/forum/forum_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ <h1>{{ forum.name }}</h1>
</ul>
</div>
</div>
<div class="s-section__row row">
<div class="col-12 col-lg-9">
<iframe data-tally-src="https://tally.so/embed/3yyXlx?hideTitle=1&dynamicHeight=1&alignLeft=1"
loading="lazy"
width="100%"
height="100"
frameborder="0"
marginheight="0"
marginwidth="0"
title="Cette fiche vous a-t-elle été utile ?"></iframe>
</div>
</div>
{% else %}
{% if forum.description %}
<div class="s-section__row row">
Expand Down Expand Up @@ -185,3 +197,7 @@ <h1>{{ forum.name }}</h1>
</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 a24078d

Please sign in to comment.