Job Openings summarized on the jobs page

Hello everyone,

I would like my job openings to look like this:

I would like my.site/jobs to have only a summary of the job openings. The full job opening will then open after you click on it. frappe.school/jobs has exactly what I am lookig for

1 Like

I was able to achieve this by editing the “job_opening_row.html” file.
I created a “summary” field on the doctype and replaced {{job_description}} with {{summary}}.

You will also have to declare the summary field on the python file

1 Like