Skip to content

Commit

Permalink
fix(buddy-system): no empty page for empty requests
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 11, 2023
1 parent be1c1a9 commit 6e70894
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,10 @@ <h4 class="text-lg">{% translate 'What to include in message?' %}</h4>
</div>
{% endfor %}
</div>

{% if not object_list.exists %}
<div class="alert alert-info mx-auto max-w-xl text-lg py-8 px-8">
No waiting requests to match. Please check back later.
</div>
{% endif %}
{% endblock %}

0 comments on commit 6e70894

Please sign in to comment.