Skip to content

Commit

Permalink
Squashing previous commits
Browse files Browse the repository at this point in the history
Signed-off-by: TalReinfeld <[email protected]>
  • Loading branch information
TalReinfeld committed Jun 6, 2023
1 parent c6bf576 commit 898db94
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion account/templates/account/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h5><a href="#" class="text-white">{{user.first_name}}</a></h5>
</div></div></li>
{% elif user.profile.user_type == 'C' %}
<li><i class="fa fa-search"></i><div><div class="litext">
<a href="{% url 'calendar'%}">
<a href="#">
Search
</a>
</div></div></li>
Expand Down
2 changes: 1 addition & 1 deletion account/views/profile_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
return render(request, 'landing/homepage.html')
1 change: 0 additions & 1 deletion media/images/test_image_dRJsZTC.jpg

This file was deleted.

1 change: 0 additions & 1 deletion media/images/test_image_voVP89d.jpg

This file was deleted.

0 comments on commit 898db94

Please sign in to comment.