Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
0765c2c5
Commit
0765c2c5
authored
May 02, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] HTML and Error message.
parent
0228bef5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
forms.py
gargantext/views/pages/forms.py
+1
-1
login.html
templates/pages/auth/login.html
+1
-1
No files found.
gargantext/views/pages/forms.py
View file @
0765c2c5
...
...
@@ -51,7 +51,7 @@ class AuthenticationForm(forms.Form):
password
=
password
)
if
self
.
user_cache
is
None
:
raise
forms
.
ValidationError
(
'Invalid
data
'
'Invalid
username or password
'
)
else
:
self
.
confirm_login_allowed
(
self
.
user_cache
)
...
...
templates/pages/auth/login.html
View file @
0765c2c5
...
...
@@ -35,7 +35,7 @@
<fieldset
class=
"grp-module grp-module-login"
>
<h2>
<span
class=
"grp-current-page"
>
Login
</span>
</h2
a
>
</h2>
<div
class=
"grp-module"
>
{% block main %}
<div
id=
"login"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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