Skip to content

Commit

Permalink
updated typeform link parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Keirua committed Apr 22, 2021
1 parent 6c159ae commit 39820c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itou/templates/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h5 class="card-header">Statistiques et pilotage</h5>
<div class="layout layout-column-full border-top bg-light text-center p-4 mt-5 card">
<p class="h5 mb-3"><span class="badge badge-warning">Nouveau</span>&nbsp;Améliorez la visibilité de votre structure en précisant les secteurs d'activités sur lesquels vous intervenez</p>
<p class="mb-1">
<a href="https://itou.typeform.com/to/xGF5FMel#structure=xxxxx&type=xxxxx&ville=xxxxx&siret=xxxxx" rel="noopener" target="_blank" class="btn btn-primary">
<a href="https://itou.typeform.com/to/xGF5FMel#structure={{ current_siae.name|urlencode }}&type={{ current_siae.kind|urlencode }}&ville={{ current_siae.city|urlencode }}&siret={{ current_siae.siret|urlencode }}" rel="noopener" target="_blank" class="btn btn-primary">
C'est parti !
{% include "includes/icon.html" with icon="external-link" %}
</a>
Expand Down

0 comments on commit 39820c4

Please sign in to comment.