Skip to content

Commit

Permalink
Fix bootstrap5-responsive template to extend bootstrap5 (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle authored Apr 1, 2023
1 parent 1c79395 commit 5b246bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'django_tables2/bootstrap4.html' %}
{% extends 'django_tables2/bootstrap5.html' %}

{% block table-wrapper %}
<div class="table-container table-responsive">
Expand Down

0 comments on commit 5b246bd

Please sign in to comment.