From 8be3ba36d990998588ea5d348f8eabf5cfddced3 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 24 Apr 2015 13:21:50 -0400 Subject: [PATCH] fixed relative urls in some web pages --- erpnext/templates/pages/address.html | 4 ++-- erpnext/templates/pages/addresses.html | 4 ++-- erpnext/templates/pages/ticket.html | 4 ++-- erpnext/templates/pages/user.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/erpnext/templates/pages/address.html b/erpnext/templates/pages/address.html index 0e221acdcfa..854460404ff 100644 --- a/erpnext/templates/pages/address.html +++ b/erpnext/templates/pages/address.html @@ -40,8 +40,8 @@

{{ title }}

diff --git a/erpnext/templates/pages/addresses.html b/erpnext/templates/pages/addresses.html index 997143a05fd..a0562c61607 100644 --- a/erpnext/templates/pages/addresses.html +++ b/erpnext/templates/pages/addresses.html @@ -6,7 +6,7 @@ {% block content %}
-

New Address

+

New Address


{{ _("Loading") }}...
@@ -30,7 +30,7 @@ $.each(r.message, function(i, address) { address.url_name = encodeURIComponent(address.name); $(repl('
\ -

%(name)s

\ +

%(name)s

\

%(display)s

\
\
', address)).appendTo($list); diff --git a/erpnext/templates/pages/ticket.html b/erpnext/templates/pages/ticket.html index cff019ceff1..67d4800cc71 100644 --- a/erpnext/templates/pages/ticket.html +++ b/erpnext/templates/pages/ticket.html @@ -11,8 +11,8 @@
{% if not doc -%} diff --git a/erpnext/templates/pages/user.html b/erpnext/templates/pages/user.html index 1d1d0b309b4..e9f356dd4fe 100644 --- a/erpnext/templates/pages/user.html +++ b/erpnext/templates/pages/user.html @@ -5,7 +5,7 @@ {% block content %}