allow login without registration
This commit is contained in:
parent
c7cb323d20
commit
39e828c4e1
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue