allow login without registration

This commit is contained in:
Helmut Merz 2013-09-15 08:35:54 +02:00
parent c7cb323d20
commit 39e828c4e1

View file

@ -319,7 +319,8 @@
i18n:translate="">Log in</a></div>
<div tal:define="register python:view.globalOptions('provideLogin')"
tal:condition="register">
<a tal:attributes="href python:register[0]"
<a tal:condition="python:register != True"
tal:attributes="href python:register[0]"
i18n:translate="">Register new member</a></div>
</metal:login>