mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 07:47:12 +00:00
[Fix] Apply Now button redirect fixed for Job Opening
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{% endif %}
|
||||
<p style='margin-top: 30px'>
|
||||
<a class='btn btn-primary'
|
||||
href='/job_application?job_title={{ doc.name }}'>
|
||||
href='/job_application?new=1&job_title={{ doc.name }}'>
|
||||
{{ _("Apply Now") }}</a>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user