Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
TPA
Anonymous Ticket Portal
Commits
a396c404
Commit
a396c404
authored
Feb 16, 2021
by
ViolanteCodes
Browse files
added word "ERROR" to error in forms.py
parent
a68be594
Changes
1
Hide whitespace changes
Inline
Side-by-side
anonticket/forms.py
View file @
a396c404
...
...
@@ -65,7 +65,7 @@ class LoginForm(forms.Form):
if
string_filled
==
True
:
if
all_words_filled
==
True
:
raise
ValidationError
(
"""It looks like you've filled out both the login words and the login string/phrase fields.
"""
ERROR:
It looks like you've filled out both the login words and the login string/phrase fields.
Please choose one or the other."""
)
if
all_words_filled
==
False
:
user_identifier
=
login_string
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment