[docs] First commit for docs

This commit is contained in:
Nabin Hait
2015-11-05 16:55:10 +05:30
parent 87b5fcb3b5
commit 7ba4d02444
669 changed files with 110435 additions and 5 deletions

View File

@@ -4,10 +4,6 @@
{% block content %}
<div class="user-content" style="max-width: 500px;">
<ul class="breadcrumb">
<li><a href="/index">Home</a></li>
<li class="active"><i class="icon-user icon-fixed-width"></i> My Profile</li>
</ul>
<div class="alert alert-warning" id="message" style="display: none;"></div>
<form>
<fieldset>
@@ -34,7 +30,7 @@ $(document).ready(function() {
$("#fullname").val(getCookie("full_name") || "");
$("#update_user").click(function() {
frappe.call({
method: "erpnext.templates.pages.user.update_user",
method: "erpnext.templates.pages.edit_profile.update_user",
type: "POST",
args: {
fullname: $("#fullname").val(),