Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 17, 2023
1 parent 1d07fb1 commit 317b64f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@

{% get_matched_buddy_requests as matched_requests %}
{% if not matched_requests.exists %}
<div class="Dashboard__tile__value"> So empty here :( </div>
<div class="Dashboard__tile__value">So empty here :(</div>
<div class="Dashboard__tile__actions text-right">
<a href="{% url "buddy_system:matching-requests" %}"
class="btn btn-lg btn-outline">get your first buddy</a>
class="btn btn-lg btn-outline">get your first buddy</a>
</div>
{% else %}
<div class="Dashboard__tile__value">
Expand Down

0 comments on commit 317b64f

Please sign in to comment.