Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Pisa committed Nov 11, 2013
1 parent 1306c90 commit d255302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Products/Archetypes/skins/archetypes/widgets/reference.pt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</a>

<a href="#"
tal:condition="python:ref_interface_infoprovides('Products.Archetypes.interfaces.referenceengine.IContentReference')"
tal:condition="python:ref_interface_info.provides('Products.Archetypes.interfaces.referenceengine.IContentReference')"
tal:attributes="href python:ref.getContentObject().absolute_url()"
tal:content="field/relationship">
reference object link
Expand All @@ -46,7 +46,7 @@
</a>

<a href="#"
tal:condition="python:ref_interface_infoprovides('Products.Archetypes.interfaces.referenceengine.IContentReference')"
tal:condition="python:ref_interface_info.provides('Products.Archetypes.interfaces.referenceengine.IContentReference')"
tal:attributes="href python:ref.getContentObject().absolute_url()"
tal:content="field/relationship">
reference object link
Expand Down

1 comment on commit d255302

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=001aa17b4a164f57aaa9214524fec8d4
kgs-Products.Archetypes-plone-5.0-python-2.7 kgs [FAILURE]

Please sign in to comment.