Skrattoune / OpenRepairPlatform

OpenRepairPlatform is a web application based on Django designed to organizing collaborative and non-profits repair structures - Still in development
2 stars 0 forks source link

formating phone numbers when displayed #2

Open Skrattoune opened 2 years ago

Skrattoune commented 2 years ago

En utilisant soit une propriété formatted_phoneou un templatetag / templatefilter exemples d'implémentation: https://stackoverflow.com/a/9354685/12505071

actuellement, on a un numéro limité à 10 chiffres, sans espaces: image

en déclarant dans les settings COUNTRY = FR, on obtiendrait 06 15 12 56 25 et COUNTRY = CH, on obtiendrait 021 632 25 65

Qu'est-ce que vous en dites?

Skrattoune commented 2 years ago

copy of https://github.com/AtelierSoude/OpenRepairPlatform/issues/143