mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Merge pull request #1027 from tcely/patch-10
Add a missing error message
This commit is contained in:
commit
255a65aaf2
@ -168,6 +168,7 @@ class ValidateSourceView(FormView):
|
|||||||
template_name = 'sync/source-validate.html'
|
template_name = 'sync/source-validate.html'
|
||||||
form_class = ValidateSourceForm
|
form_class = ValidateSourceForm
|
||||||
errors = {
|
errors = {
|
||||||
|
'invalid_source': _('Invalid type for the source.'),
|
||||||
'invalid_url': _('Invalid URL, the URL must for a "{item}" must be in '
|
'invalid_url': _('Invalid URL, the URL must for a "{item}" must be in '
|
||||||
'the format of "{example}". The error was: {error}.'),
|
'the format of "{example}". The error was: {error}.'),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user