fix: jobs ui

This commit is contained in:
Jannat Patel
2022-01-10 21:39:26 +05:30
parent 326bc88f19
commit 8fff1cd817
9 changed files with 125 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ def get_context(context):
},
[
"job_title", "location", "type", "company_name",
"company_logo", "name"
"company_logo", "name", "creation"
],
order_by="creation desc")