mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
Added Student Admissions (#6359)
* Added Student Admissions * Fixes for Student Application
This commit is contained in:
committed by
Rushabh Mehta
parent
33d18dbc9a
commit
83d81203b2
@@ -7,8 +7,6 @@ from __future__ import unicode_literals
|
||||
import frappe
|
||||
|
||||
from frappe.website.website_generator import WebsiteGenerator
|
||||
from frappe.utils import quoted
|
||||
from frappe.utils.user import get_fullname_and_avatar
|
||||
from frappe import _
|
||||
|
||||
class JobOpening(WebsiteGenerator):
|
||||
@@ -18,9 +16,6 @@ class JobOpening(WebsiteGenerator):
|
||||
page_title_field = "job_title",
|
||||
)
|
||||
|
||||
def make_route(self):
|
||||
return 'jobs/' + self.scrub(self.job_title)
|
||||
|
||||
def get_context(self, context):
|
||||
context.parents = [{'name': 'jobs', 'title': _('All Jobs') }]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user