This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor] new in web form should show title, not doctype
version-14
Rushabh Mehta
8 years ago
parent
fc5308d5c3
commit
58172d6c99
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/templates/generators/web_form.html
+ 1
- 1
frappe/templates/generators/web_form.html
View File
@@ -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_typ
e)) }}
{{ _("New {0}").format(_(
titl
e)) }}
</a>
</div>
{% endif %}
Write
Preview
Loading…
Cancel
Save