diff --git a/school/www/jobs/index.html b/school/www/jobs/index.html index e38dc7ea..9e563675 100644 --- a/school/www/jobs/index.html +++ b/school/www/jobs/index.html @@ -29,7 +29,7 @@
{{ job.type }}
-
{{ frappe.utils.pretty_date(job.creation) }}
+
{{ frappe.utils.format_date(job.creation, "medium") }}
diff --git a/school/www/jobs/job.html b/school/www/jobs/job.html index 6536f46e..bdb277f5 100644 --- a/school/www/jobs/job.html +++ b/school/www/jobs/job.html @@ -21,6 +21,8 @@
{{ job.location }}
+ +
{{ frappe.utils.format_date(job.creation, "medium") }}
{{ job.type }}