mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 17:33:09 +00:00
[cleanup] job opening and job applicant
This commit is contained in:
19
erpnext/templates/generators/job_opening.html
Normal file
19
erpnext/templates/generators/job_opening.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% extends "templates/web.html" %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
{% include "templates/includes/breadcrumbs.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
<h1>{{ job_title }}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
|
||||
<div>{{ description }}</div>
|
||||
|
||||
<a class='btn btn-primary'
|
||||
href='/job_application?job_title={{ doc.job_title }}'>
|
||||
{{ _("Apply Now") }}</a>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user