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
b34ac22a
Commit
b34ac22a
authored
Aug 28, 2013
by
Pavel Yushchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new register forms
parent
c73c64e2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
cms/envs/common.py
+2
-2
cms/templates/signup.html
+1
-0
lms/templates/signup_modal.html
+0
-0
No files found.
cms/envs/common.py
View file @
b34ac22a
...
@@ -199,9 +199,9 @@ STATICFILES_DIRS = [
...
@@ -199,9 +199,9 @@ STATICFILES_DIRS = [
# Locale/Internationalization
# Locale/Internationalization
TIME_ZONE
=
'America/New_York'
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
TIME_ZONE
=
'America/New_York'
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
LANGUAGE_CODE
=
'
en
'
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE
=
'
ru
'
# http://www.i18nguy.com/unicode/language-identifiers.html
USE_I18N
=
Fals
e
USE_I18N
=
Tru
e
USE_L10N
=
True
USE_L10N
=
True
# Localization strings (e.g. django.po) are under this directory
# Localization strings (e.g. django.po) are under this directory
...
...
cms/templates/signup.html
View file @
b34ac22a
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%
inherit
file=
"base.html"
/>
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
student
.
models
import
UserProfile
%
>
<
%
block
name=
"title"
>
${_("Sign Up")}
</
%
block>
<
%
block
name=
"title"
>
${_("Sign Up")}
</
%
block>
<
%
block
name=
"bodyclass"
>
not-signedin signup
</
%
block>
<
%
block
name=
"bodyclass"
>
not-signedin signup
</
%
block>
...
...
lms/templates/signup_modal.html
View file @
b34ac22a
This diff is collapsed.
Click to expand it.
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