Skip to content

Commit

Permalink
feat: suppression du sondage pour mieux connaitre les utilisateurs de…
Browse files Browse the repository at this point in the history
… la communauté (#797)

## Description

🎸 #781 revert

## Type de changement

🎨 changement d'UI
  • Loading branch information
vincentporte authored Oct 9, 2024
1 parent 391e31e commit c830f0a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions lacommunaute/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,26 +169,6 @@
<script type="text/javascript" src="{% static 'javascripts/matomo.js' %}" defer></script>
{% endif %}
<script type="text/javascript" src="{% static 'vendor/htmx-1.9.5/htmx.min.js' %}" defer></script>
<script async src="https://tally.so/widgets/embed.js" defer></script>
<script nonce="{{ request.csp_nonce }}">
window.TallyConfig = {
"formId": "wvL8P8",
"popup": {
"emoji": {
"text": "👋",
"animation": "head-shake"
},
"open": {
"trigger": "scroll",
"scrollPercent": 15
},
"hideTitle": true,
"alignLeft": true,
"autoClose": 15000,
"doNotShowAfterSubmit": true
}
};
</script>
{% endblock %}
</body>
</html>

0 comments on commit c830f0a

Please sign in to comment.