diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index eb3e535..5043fd2 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,10 +4,13 @@ Changelog 1.0.6 (unreleased) ------------------ +* Fix url in display templates, so that it uses absolute urls. + [phgross] + * pep8 [joka] -* Fix term title genration to use the brain id if there is not brain title +* Fix term title genration to use the brain id if there is not brain title [joka] * Added Italian translation. diff --git a/plone/formwidget/contenttree/display_multiple.pt b/plone/formwidget/contenttree/display_multiple.pt index 46b285a..60f0624 100644 --- a/plone/formwidget/contenttree/display_multiple.pt +++ b/plone/formwidget/contenttree/display_multiple.pt @@ -1,4 +1,8 @@ diff --git a/plone/formwidget/contenttree/display_single.pt b/plone/formwidget/contenttree/display_single.pt index 46b285a..60f0624 100644 --- a/plone/formwidget/contenttree/display_single.pt +++ b/plone/formwidget/contenttree/display_single.pt @@ -1,4 +1,8 @@