浏览代码

[minor] new in web form should show title, not doctype

version-14
Rushabh Mehta 8 年前
父节点
当前提交
58172d6c99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/templates/generators/web_form.html

+ 1
- 1
frappe/templates/generators/web_form.html 查看文件

@@ -21,7 +21,7 @@
{% elif is_list %}
<div style="padding-bottom: 15px;">
<a href="/{{ pathname }}{{ delimeter }}new=1" class="btn btn-primary btn-new btn-sm">
{{ _("New {0}").format(_(doc_type)) }}
{{ _("New {0}").format(_(title)) }}
</a>
</div>
{% endif %}


正在加载...
取消
保存