beno wrote:
Hi;
I'm following the instructions in The Plone Book. I ran across something that I tried to duplicate elsewhere and it looks like that's what got me into trouble. Here is the error I get when I try to copy and paste the Plone instance:

Unexpected tag, for tag <dtml-translate msgid="mailtemplate_subject_resetpasswordrequest" domain="passwordresettool">, on line 41 of mail_password_template

What I did that I think triggered this was:
* Customize portal_skins/plone_templates/mail_password_template
* Create my own line of code wherein I created a new i18n:translate tag.

You can't use i18n:translate in DTML files - this is a feature of TAL and Zope Page Templates. I don't know how you do i18n in DTML, but I'm sure it's possible.

Martin


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to