ソースを参照

[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 %}


読み込み中…
キャンセル
保存