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
46236125
Commit
46236125
authored
Oct 13, 2014
by
Omar Al-Ithawi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added log to the empty edraak-specific templates
parent
5600d135
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
35 additions
and
0 deletions
+35
-0
lms/templates/all_courses.html
+5
-0
lms/templates/bayt/_dashboard_certificate_link.html
+5
-0
lms/templates/bayt/_dashboard_popups.html
+5
-0
lms/templates/bayt/callback.html
+5
-0
lms/templates/bayt/verification_email.txt
+5
-0
lms/templates/contact/contact.html
+5
-0
lms/templates/contact/email.txt
+5
-0
No files found.
lms/templates/all_courses.html
View file @
46236125
<
%!
import
logging
log =
logging.getLogger(__name__)
log
.
error
('
Edraak
theme
is
required
for
this
module
to
work
.
Please
use
Edraak
theme
.')
%
>
## Just an empty placeholder
## Actual implementation is available in Edraak theme
lms/templates/bayt/_dashboard_certificate_link.html
View file @
46236125
<
%!
import
logging
log =
logging.getLogger(__name__)
log
.
error
('
Edraak
theme
is
required
for
this
module
to
work
.
Please
use
Edraak
theme
.')
%
>
## Just an empty placeholder
## Actual implementation is available in Edraak theme
lms/templates/bayt/_dashboard_popups.html
View file @
46236125
<
%!
import
logging
log =
logging.getLogger(__name__)
log
.
error
('
Edraak
theme
is
required
for
this
module
to
work
.
Please
use
Edraak
theme
.')
%
>
## Just an empty placeholder
## Actual implementation is available in Edraak theme
lms/templates/bayt/callback.html
View file @
46236125
<
%!
import
logging
log =
logging.getLogger(__name__)
log
.
error
('
Edraak
theme
is
required
for
this
module
to
work
.
Please
use
Edraak
theme
.')
%
>
## Just an empty placeholder
## Actual implementation is available in Edraak theme
lms/templates/bayt/verification_email.txt
View file @
46236125
<%!
import logging
log = logging.getLogger(__name__)
log.error('Edraak theme is required for this module to work. Please use Edraak theme.')
%>
## Just an empty placeholder
## Actual implementation is available in Edraak theme
lms/templates/contact/contact.html
View file @
46236125
<
%!
import
logging
log =
logging.getLogger(__name__)
log
.
error
('
Edraak
theme
is
required
for
this
module
to
work
.
Please
use
Edraak
theme
.')
%
>
## Just an empty placeholder
## Actual implementation is available in Edraak theme
lms/templates/contact/email.txt
View file @
46236125
<%!
import logging
log = logging.getLogger(__name__)
log.error('Edraak theme is required for this module to work. Please use Edraak theme.')
%>
## Just an empty placeholder
## Actual implementation is available in Edraak theme
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