Skip to content

Commit

Permalink
Connect business page to the app
Browse files Browse the repository at this point in the history
Connect between the professional component to its business page,
pressing the component will lead to its own business page.

Signed-off-by: TalReinfeld <[email protected]>
  • Loading branch information
TalReinfeld committed Jun 6, 2023
1 parent 6b14a3f commit c6bf576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/templates/landing/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% for professional in professionals %}
<div class="col-md-3" style="margin-bottom: 18px;">
<div style="">
<a href="#" style="text-decoration: none;">
<a href="{% url 'show_business_page' professional.professional_id %}" style="text-decoration: none;">
<!-- TODO: add link to profile -->
{% if professional.thumbnail %}
<img class="img-fluid" src="{% static professional.thumbnail %}">
Expand Down

0 comments on commit c6bf576

Please sign in to comment.