fix in about

This commit is contained in:
Rushabh Mehta
2013-03-12 14:59:46 +05:30
parent d6cc122a75
commit 6a4c468219
4 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ wn.module_page["Setup"] = [
}, },
{ {
"doctype":"Workflow", "doctype":"Workflow",
label:wn._("Workfow"), label:wn._("Workflow"),
"description":wn._("Set workflow rules.") "description":wn._("Set workflow rules.")
}, },
{ {

View File

@@ -2,7 +2,7 @@
{ {
"creation": "2013-03-07 15:53:15", "creation": "2013-03-07 15:53:15",
"docstatus": 0, "docstatus": 0,
"modified": "2013-03-12 13:51:29", "modified": "2013-03-12 14:48:34",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
@@ -46,7 +46,7 @@
"fieldname": "help", "fieldname": "help",
"fieldtype": "HTML", "fieldtype": "HTML",
"label": "Help", "label": "Help",
"options": "<div class=\"alert\">Link for About Us Page is \"about.html\"</div>" "options": "<div class=\"alert\">Link for About Us Page is \"/about\"</div>"
}, },
{ {
"description": "Introduce your company to the website visitor.", "description": "Introduce your company to the website visitor.",

View File

@@ -1,8 +1,8 @@
[ [
{ {
"creation": "2012-12-27 19:04:50", "creation": "2013-02-21 20:12:42",
"docstatus": 0, "docstatus": 0,
"modified": "2013-02-21 16:49:33", "modified": "2013-03-12 14:49:01",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
@@ -44,7 +44,7 @@
"fieldname": "help", "fieldname": "help",
"fieldtype": "HTML", "fieldtype": "HTML",
"label": "Help", "label": "Help",
"options": "<div class=\"alert\">Link for Contact Page is \"contact.html\"</div>" "options": "<div class=\"alert\">Link for Contact Page is \"/contact\"</div>"
}, },
{ {
"description": "Address to be displayed on the Contact Page", "description": "Address to be displayed on the Contact Page",

View File

@@ -20,7 +20,7 @@
<div class="row" itemscope itemtype="http://schema.org/Person"> <div class="row" itemscope itemtype="http://schema.org/Person">
<span class="span2"> <span class="span2">
<div class="avatar avatar-large"> <div class="avatar avatar-large">
<img class="avatar" src="{{ d.image }}" style="" itemprop="image"> <img class="avatar" src="{{ d.image_link }}" style="" itemprop="image">
</div> </div>
</span> </span>
<span class="span10"><h4 itemprop="name">{{ d.full_name }}</h4> <span class="span10"><h4 itemprop="name">{{ d.full_name }}</h4>