Commit a899703c authored by Tristan Cavelier's avatar Tristan Cavelier

Fix LocationError when trying to access a web site with absolute url

parent 8921803e
......@@ -148,7 +148,7 @@
<div id="rename_tab_dialog" \n
tal:condition="python:active_knowledge_pad is not None"\n
class="toggable_dialog"\n
tal:define="active_knowledge_pad_relative_url active_knowledge_pad/getRelativeUrl">\n
tal:define="active_knowledge_pad_relative_url python:active_knowledge_pad and active_knowledge_pad.getRelativeUrl() or \'\'">\n
<h3 i18n:translate="" i18n:domain="ui"> Rename tab </h3>\n
<span i18n:translate="" i18n:domain="ui">Tab name</span>:\n
<input type="text"\n
......
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