point to archive.pfwb.be

This commit is contained in:
Frédéric Péters 2012-01-17 13:50:03 +01:00
parent a9c71cfbea
commit 8187d3a809
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class HistoLine(Field):
doc_image_id = self.document.to_object.file_image_id
except AttributeError:
return '#'
return 'http://archive.pcf.be/%s?action=browse&page=%s' % (doc_image_id, self.doc_pages.split('-')[0])
return 'http://archive.pfwb.be/%s?action=browse&page=%s' % (doc_image_id, self.doc_pages.split('-')[0].split(',')[0])
@adapter(IHistoLine, IFormLayer)