From c25bebed4341ab2f4ced8b25aee04f9c3e4066f5 Mon Sep 17 00:00:00 2001 From: Eligiusz Kurzawa Date: Fri, 15 Jan 2021 10:33:46 +0100 Subject: [PATCH] 19# created employer posted jobs view, template --- templates/base.html | 2 +- templates/users/employee-profile.html | 4 +- templates/users/employer-posted-jobs.html | 496 ++++++++++++++++++++++ users/urls.py | 1 + users/views.py | 15 +- 5 files changed, 513 insertions(+), 5 deletions(-) create mode 100644 templates/users/employer-posted-jobs.html diff --git a/templates/base.html b/templates/base.html index d1a8f24..0893da7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -72,7 +72,7 @@