Skip to content

Commit

Permalink
Fix button bug (closes #160)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed May 3, 2022
1 parent 3fe133e commit 341788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/app/blocks/list_item_block.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load wagtailimages_tags %}
{% load django_bootstrap5 wagtailimages_tags %}
<article class='{{class}}'>
<div class='p-3 {% firstof background_color "bg-white" %} h-100 d-flex flex-column'>
<h5 class='fw-bold'>{{ value.title }}</h5>
Expand Down

0 comments on commit 341788f

Please sign in to comment.