Commit 0cdbdbea authored by Jean-Paul Smets's avatar Jean-Paul Smets Committed by Rafael Monnerat

Display "Unknown User" whenever logged as Manager

parent e0af55cc
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
website here/getWebSiteValue">\n website here/getWebSiteValue">\n
\n \n
<p class="article">\n <p class="article">\n
<span><span tal:replace="python: here.Base_translateString(\'You are logged as\')"/> <span tal:replace="customer/getTitle"/></span>\n <span><span tal:replace="python: here.Base_translateString(\'You are logged as\')"/> <span tal:replace="customer/getTitle | string:Unknown User"/></span>\n
</p>\n </p>\n
<a class="articlelink" \n <a class="articlelink" \n
tal:attributes="href python: \'%s/sale_order_module/SaleOrderModule_viewAsWebSaleOrderList\' % website.absolute_url()">\n tal:attributes="href python: \'%s/sale_order_module/SaleOrderModule_viewAsWebSaleOrderList\' % website.absolute_url()">\n
...@@ -89,8 +89,7 @@ ...@@ -89,8 +89,7 @@
<br/>\n <br/>\n
</tal:block>\n </tal:block>\n
\n \n
</tal:block>\n </tal:block>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment