Skip to content

Commit

Permalink
[qa] Black and docstrfmt reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 4, 2024
1 parent a78b04e commit 11a259f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Features
~~~~~~~~

- Added integration with `OpenWISP Monitoring
<https://openwisp.io/docs/stable/radius/user/radius_monitoring.html>`_ to
collect and visualize metrics for user-signups and RADIUS traffic.
<https://openwisp.io/docs/stable/radius/user/radius_monitoring.html>`_
to collect and visualize metrics for user-signups and RADIUS traffic.
- Added support for `Change of Authorization (CoA)
<https://openwisp.io/docs/stable/radius/user/change_of_authorization.html>`_.
- Added `MonthlyTrafficCounter
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ verification
`generation of new users for events
<https://openwisp.io/docs/stable/radius/user/generating_users.html>`_,
`social login
<https://openwisp.io/docs/stable/radius/user/social_login.html>`_, and much
more.
<https://openwisp.io/docs/stable/radius/user/social_login.html>`_, and
much more.

It can be used as a standalone application or integrated with the rest of
`OpenWISP <https://openwisp.org>`_. It can also be used as a `base system
Expand Down
4 changes: 3 additions & 1 deletion openwisp_radius/base/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ def clean(self):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
if 'csvfile' in self.fields:
docs_link = 'https://openwisp.io/docs/stable/radius/user/importing_users.html'
docs_link = (
'https://openwisp.io/docs/stable/radius/user/importing_users.html'
)
help_text = f"Refer to the <b><u><a href='{docs_link}'>docs</a></u></b> \
for more details on importing users from a CSV"
self.fields['csvfile'].help_text = help_text
Expand Down

0 comments on commit 11a259f

Please sign in to comment.