fix in about
This commit is contained in:
parent
d6cc122a75
commit
6a4c468219
@ -45,7 +45,7 @@ wn.module_page["Setup"] = [
|
||||
},
|
||||
{
|
||||
"doctype":"Workflow",
|
||||
label:wn._("Workfow"),
|
||||
label:wn._("Workflow"),
|
||||
"description":wn._("Set workflow rules.")
|
||||
},
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
"creation": "2013-03-07 15:53:15",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-03-12 13:51:29",
|
||||
"modified": "2013-03-12 14:48:34",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@ -46,7 +46,7 @@
|
||||
"fieldname": "help",
|
||||
"fieldtype": "HTML",
|
||||
"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.",
|
||||
|
@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"creation": "2012-12-27 19:04:50",
|
||||
"creation": "2013-02-21 20:12:42",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-02-21 16:49:33",
|
||||
"modified": "2013-03-12 14:49:01",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@ -44,7 +44,7 @@
|
||||
"fieldname": "help",
|
||||
"fieldtype": "HTML",
|
||||
"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",
|
||||
|
@ -20,7 +20,7 @@
|
||||
<div class="row" itemscope itemtype="http://schema.org/Person">
|
||||
<span class="span2">
|
||||
<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>
|
||||
</span>
|
||||
<span class="span10"><h4 itemprop="name">{{ d.full_name }}</h4>
|
||||
|
Loading…
x
Reference in New Issue
Block a user