Skip to content

Commit

Permalink
fix(buddy-system): missing interests from issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Dec 22, 2023
1 parent 657faad commit 998c056
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
{% load utils %}
{% load user_profile %}

{% block match_card_middle %}{# nothing needed here #}{% endblock %}
{% block match_card_middle %}
<div class="chat-bubble border-0 bg-transparent pl-0 pt-0 mt-2 text-base-content">
{% for interest in br.get_interests_display %}<span class="mr-2 badge badge-outline">{{ interest }}</span>{% endfor %}
</div>
{% endblock %}

{% block match_card_waiting_for_match_bottom %}
{% get_waiting_buddy_requests_placed_before br as waiting_total %}
Expand Down

0 comments on commit 998c056

Please sign in to comment.