Skip to content

Commit

Permalink
Fixup. Format code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 29, 2023
1 parent 125b96b commit f815678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pod/recorder/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def recorder_notify(request):

html_msg = _(
"<p>Hello,<br>a new recording has just be added on %("
'title_site)s from the recorder “%(recorder)s”.<br>'
"title_site)s from the recorder “%(recorder)s”.<br>"
'To add it, just click on link below.</p><p><a href="%('
'link_url)s">%(link_url)s</a><br><em>If you cannot click on '
"link, just copy-paste it in your browser.</em>"
Expand Down
4 changes: 2 additions & 2 deletions pod/video/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@ class ChannelForm(forms.ModelForm):
"add_channels_tab",
],
},
), (
),
(
"headband",
{
"legend": _("Headband"),
Expand All @@ -986,7 +987,6 @@ class ChannelForm(forms.ModelForm):
],
},
),

)

def clean(self):
Expand Down

0 comments on commit f815678

Please sign in to comment.