Output reservation URL for hotel reservations.

This commit is contained in:
Markus Birth 2016-08-02 15:01:47 +02:00
parent f5a1fb44e3
commit 35a82edb06

View File

@ -42,6 +42,9 @@ Content-Type: text/html; charset=utf-8
<span itemprop="name">{{bookingAgent_name.value}}</span><br/>
<a itemprop="url" href="{{bookingAgent_url.value}}">{{bookingAgent_url.value}}</a><br/>
</div>
{{# url.value }}
<a itemprop="url" href="{{url.value}}">View your reservation online.</a><br/>
{{/ url.value }}
</div>
</p>
</body>