浏览代码

Commented the message about user options in the layout to avoid displaying it

Christophe Coevoet 14 年之前
父节点
当前提交
4cda4d19d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/views/standard_layout.html.twig

+ 1 - 1
Resources/views/standard_layout.html.twig

@@ -69,7 +69,7 @@ file that was distributed with this source code.
                 </div>
                 </div>
 
 
                 <div class="span-4 last">
                 <div class="span-4 last">
-                    {% block user_panel %}Add here logout option / user options{% endblock %}
+                    {% block user_panel %}{#Add here logout option / user options#}{% endblock %}
                 </div>
                 </div>
             </div>
             </div>