Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
advisor
Commits
af5c839e
Commit
af5c839e
authored
Mar 02, 2014
by
Chris Reffett
Browse files
Fix missing s in errors
parent
4e08c0a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/templates/login.html
View file @
af5c839e
...
@@ -17,7 +17,7 @@ Login | YourSchool Advisor
...
@@ -17,7 +17,7 @@ Login | YourSchool Advisor
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6 col-lg-offset-3"
>
<div
class=
"col-lg-6 col-lg-offset-3"
>
<div
class=
"well"
>
<div
class=
"well"
>
{% if form.error %}
{% if form.error
s
%}
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"alert alert-danger alert-dismissable"
>
<div
class=
"alert alert-danger alert-dismissable"
>
...
...
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