Skip to content

Commit

Permalink
Update documentation (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianignacio committed Nov 9, 2023
1 parent f4fef7e commit 9915d16
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/django_bootstrap5/templatetags/django_bootstrap5.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,17 @@ def bootstrap_pagination(page, **kwargs):
:default: ``None``
justify_content
Controls the alignment of the pagination through CSS. Defaults to no alignment.
One of the following:
* ``'start'``
* ``'center'``
* ``'end'``
:default: ``None``
extra
Any extra page parameters.
Expand Down

0 comments on commit 9915d16

Please sign in to comment.