page refresh title issue fixed

This commit is contained in:
Rushabh Mehta
2012-12-28 10:30:46 +05:30
parent de0c5ae0bc
commit 84adf1bb7f
5 changed files with 18 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ About Us
{% block content %}
<div class="layout-wrapper">
<div class="layout-main">
{{ obj.doc.company_introduction or "Some Introduction about your company that you would like your website visitor to know. More people than you think will read your About page. People always like to know who the are doing business with. Be authentic and avoid using jargon like 'value added services' etc. Be sure to update your company history and list of key team members in Website > About Us Settings" }}
{{ obj.doc.company_introduction or "<h2>About Us</h2><p>Some Introduction about your company that you would like your website visitor to know. More people than you think will read your About page. People always like to know who the are doing business with. Be authentic and avoid using jargon like 'value added services' etc. Be sure to update your company history and list of key team members in Website > About Us Settings</p>" }}
{% if obj.doclist.get({"doctype":"Company History"}) %}
<h3>{{ obj.doc.company_history_heading or "Company History" }}</h3>
<table class="table table-bordered" style="width: 100%; table-layout: fixed">