Show international phone number with 00 instead of +
Customer wants it that way.
This commit is contained in:
parent
f28664acce
commit
2f1895b71a
|
@ -24,7 +24,7 @@
|
|||
<header>
|
||||
{{ with .CompanyAddress -}}
|
||||
<address>
|
||||
<a href="tel:{{ replaceAll .Phone " " "" }}">{{ .Phone }}</a>
|
||||
<a href="tel:{{ replaceAll .Phone " " "" }}">{{ replaceAll .Phone "+" "00 " }}</a>
|
||||
<a href="mailto:{{ .Email }}">{{ .Email }}</a>
|
||||
</address>
|
||||
{{- end }}
|
||||
|
@ -119,12 +119,12 @@
|
|||
<h2>{{ .CompanyAddress.TradeName }}</h2>
|
||||
{{ template "companyAddress" .CompanyAddress }}
|
||||
{{ printf ( gettext "<abbr title=\"Catalonia Tourism Registry\">RTC</abbr> <abbr title=\"Number\">#</abbr>%s") .CompanyAddress.RTCNumber | raw }}
|
||||
<div class="camping-association">
|
||||
<img src="/static/camping-association/Reconeixement.gif" alt="Alan Rogers">
|
||||
<img src="/static/camping-association/acsi.jpg" alt="ACSI">
|
||||
<img src="/static/camping-association/logofecc4.gif" alt="Federación Española de Clubes Capistas">
|
||||
<img src="/static/camping-association/anwb.png" alt="anwb">
|
||||
</div>
|
||||
<div class="camping-association">
|
||||
<img src="/static/camping-association/Reconeixement.gif" alt="Alan Rogers">
|
||||
<img src="/static/camping-association/acsi.jpg" alt="ACSI">
|
||||
<img src="/static/camping-association/logofecc4.gif" alt="Federación Española de Clubes Capistas">
|
||||
<img src="/static/camping-association/anwb.png" alt="anwb">
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<span>© {{( gettext "Campsite Montagut" )}} | 1994–2023</span>
|
||||
|
|
Loading…
Reference in New Issue