mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
fix labourage form stats
This commit is contained in:
parent
1ad909cb86
commit
d2d2ebe0f0
4 changed files with 55 additions and 26 deletions
|
@ -9,7 +9,7 @@ Ces informations sont utilisées dans des milliers de sites web et annuaires, pa
|
|||
|
||||
<p> Vous pouvez le modifier en cliquant sur le bouton ci-dessous, c'est gratuit et sans engagement.</p>
|
||||
|
||||
<a href="{{ path('app_public_edit', {'zipcode': place.zipCode, 'name': place.name != '' ? place.name : '?', 'uuid': place.uuidForUrl}) }}" class="btn btn-primary">
|
||||
<a href="{{ path('app_public_edit', {'zipcode': place.zipCode, 'name': place.name != '' ? place.name|replace({'/':'-'})|url_encode : '?', 'uuid': place.uuidForUrl}) }}" class="btn btn-primary">
|
||||
<i class="bi bi-pencil-square"></i>
|
||||
Compléter les informations de mon commerce
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue