소스 검색

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


불러오는 중...
취소
저장