From 898db94fb999b1408fbc1d9fa69dc2723b1533f8 Mon Sep 17 00:00:00 2001 From: TalReinfeld Date: Tue, 6 Jun 2023 10:47:36 +0300 Subject: [PATCH] Squashing previous commits Signed-off-by: TalReinfeld --- account/templates/account/profile.html | 2 +- account/views/profile_views.py | 2 +- media/images/test_image_dRJsZTC.jpg | 1 - media/images/test_image_voVP89d.jpg | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 media/images/test_image_dRJsZTC.jpg delete mode 100644 media/images/test_image_voVP89d.jpg diff --git a/account/templates/account/profile.html b/account/templates/account/profile.html index 7c34b29..7566817 100644 --- a/account/templates/account/profile.html +++ b/account/templates/account/profile.html @@ -56,7 +56,7 @@
{{user.first_name}}
{% elif user.profile.user_type == 'C' %}
  • diff --git a/account/views/profile_views.py b/account/views/profile_views.py index 10b30fc..018be2c 100644 --- a/account/views/profile_views.py +++ b/account/views/profile_views.py @@ -15,4 +15,4 @@ def show_business_page(request, professional_id): typeOfjobs_by_pro = TypeOfJob.get_typeofjobs_by_professional(professional_id=professional.professional_id) context = {'professional': professional, 'typeOfjobs_by_pro': typeOfjobs_by_pro} return render(request, 'account/business_page.html', context) - return render(request, 'landing/homepage.html') \ No newline at end of file + return render(request, 'landing/homepage.html') diff --git a/media/images/test_image_dRJsZTC.jpg b/media/images/test_image_dRJsZTC.jpg deleted file mode 100644 index 3505e4a..0000000 --- a/media/images/test_image_dRJsZTC.jpg +++ /dev/null @@ -1 +0,0 @@ -binary_data \ No newline at end of file diff --git a/media/images/test_image_voVP89d.jpg b/media/images/test_image_voVP89d.jpg deleted file mode 100644 index 3505e4a..0000000 --- a/media/images/test_image_voVP89d.jpg +++ /dev/null @@ -1 +0,0 @@ -binary_data \ No newline at end of file