Output reservation URL for hotel reservations.
This commit is contained in:
parent
f5a1fb44e3
commit
35a82edb06
@ -42,6 +42,9 @@ Content-Type: text/html; charset=utf-8
|
|||||||
<span itemprop="name">{{bookingAgent_name.value}}</span><br/>
|
<span itemprop="name">{{bookingAgent_name.value}}</span><br/>
|
||||||
<a itemprop="url" href="{{bookingAgent_url.value}}">{{bookingAgent_url.value}}</a><br/>
|
<a itemprop="url" href="{{bookingAgent_url.value}}">{{bookingAgent_url.value}}</a><br/>
|
||||||
</div>
|
</div>
|
||||||
|
{{# url.value }}
|
||||||
|
<a itemprop="url" href="{{url.value}}">View your reservation online.</a><br/>
|
||||||
|
{{/ url.value }}
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user