jazzband / django-axes

Keep track of failed login attempts in Django-powered sites.
MIT License
1.49k stars 346 forks source link

docs: fix broken settings table #1231

Closed browniebroke closed 1 day ago

browniebroke commented 2 days ago

What does this PR do?

The settings table is not rendering on this page: https://django-axes.readthedocs.io/en/latest/4_configuration.html

Looks like I broke the rendering of the settings table in my previous PR #1222 🤦🏻
It's because the closing | of the AXES_COOLOFF_TIME row is not aligned with the other rows in the table

Before submitting

aleksihakli commented 1 day ago

Thank you, looks good 👍