From f8156786cb1af7d81e744b6fa51237f0626869ae Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Sep 2023 07:56:42 +0000 Subject: [PATCH] Fixup. Format code with Black --- pod/recorder/views.py | 2 +- pod/video/forms.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/recorder/views.py b/pod/recorder/views.py index e3bc308fd4..81d62d6e9f 100644 --- a/pod/recorder/views.py +++ b/pod/recorder/views.py @@ -238,7 +238,7 @@ def recorder_notify(request): html_msg = _( "

Hello,
a new recording has just be added on %(" - 'title_site)s from the recorder ā€œ%(recorder)sā€.
' + "title_site)s from the recorder ā€œ%(recorder)sā€.
" 'To add it, just click on link below.

%(link_url)s
If you cannot click on ' "link, just copy-paste it in your browser." diff --git a/pod/video/forms.py b/pod/video/forms.py index 07ca5290df..3c1f0e2292 100644 --- a/pod/video/forms.py +++ b/pod/video/forms.py @@ -976,7 +976,8 @@ class ChannelForm(forms.ModelForm): "add_channels_tab", ], }, - ), ( + ), + ( "headband", { "legend": _("Headband"), @@ -986,7 +987,6 @@ class ChannelForm(forms.ModelForm): ], }, ), - ) def clean(self):