switch archive to .pfwb.be

This commit is contained in:
Frédéric Péters 2011-11-28 10:28:20 +01:00
parent 51c4eb0930
commit 9191576a3a
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@
<div id="doc-browse" tal:condition="context/file_image_id">
<p>
<a tal:attributes="href string:http://archive.pcf.be/${context/file_image_id}?action=browse">Consulter ce document</a>
<a tal:attributes="href string:http://archive.pfwb.be/${context/file_image_id}?action=browse">Consulter ce document</a>
</p>
</div>
<div id="doc-download" tal:condition="context/file_image_id">
<p>
<a tal:attributes="href string:http://archive.pcf.be/${context/file_image_id}">Télécharger le document</a>
<a tal:attributes="href string:http://archive.pfwb.be/${context/file_image_id}">Télécharger le document</a>
</p>
</div>