Skip to content

Commit 14863b3

Browse files
committed
filter template now uses card-columns for card layout
1 parent 53ff9ed commit 14863b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/templates/tools/usertool_filter.jinja

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@
2424
{{ crispy(filter.form) }}
2525
</div>
2626
<div class="col-md-9">
27-
<div class="row">
27+
<div class="card-columns">
2828
{% for tool in tools %}
29-
<div class="col-sm-6 col-md-4 mb-4">
3029
{% call tool_details_card(tool, user) %}
3130
<p class="card-text"><small class="text-uppercase">owner:</small> {{ object_link(tool.user, "profile-link") }}</p>
3231
{% endcall %}
33-
</div>
3432
{% else %}
3533
<div class="col-sm-12">
3634
<div class="card text-white bg-warning">

0 commit comments

Comments
 (0)