Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a5204310
Commit
a5204310
authored
Jun 08, 2015
by
Chris
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8267 from edx/clrux/UX-2078-error-heading-reduction
Reducing size of error message heading
parents
cddd387b
402c3f32
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
common/test/acceptance/tests/lms/test_lms.py
+1
-1
lms/static/sass/views/_login-register.scss
+1
-2
lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+1
-0
No files found.
common/test/acceptance/tests/lms/test_lms.py
View file @
a5204310
...
...
@@ -116,7 +116,7 @@ class LoginFromCombinedPageTest(UniqueCourseTest):
self
.
login_page
.
visit
()
.
password_reset
(
email
=
email
)
# Expect that we're shown a success message
self
.
assertIn
(
"P
ASSWORD RESET EMAIL SENT
"
,
self
.
login_page
.
wait_for_success
())
self
.
assertIn
(
"P
assword Reset Email Sent
"
,
self
.
login_page
.
wait_for_success
())
def
test_password_reset_failure
(
self
):
# Navigate to the password reset form
...
...
lms/static/sass/views/_login-register.scss
View file @
a5204310
...
...
@@ -456,11 +456,10 @@ $sm-btn-linkedin: #0077b5;
background: tint($yellow,20%);
.message-title {
@extend %t-title
4
;
@extend %t-title
5
;
font-family: $sans-serif;
margin: 0 0 ($baseline/4) 0;
font-weight: 600;
text-transform: uppercase;
}
.message-copy,
...
...
lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
View file @
a5204310
...
...
@@ -4,6 +4,7 @@
from
django
.
utils
.
translation
import
ugettext
as
_
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"bodyclass"
>
view-incourse view-instructordash
</
%
block>
## ----- Tips on adding something to the new instructor dashboard -----
## 1. add your input element, e.g. in instructor_dashboard2/data_download.html
...
...
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