Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
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
django-rest-framework
Commits
2f54decd
Commit
2f54decd
authored
May 14, 2013
by
Tom Christie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/tomchristie/django-rest-framework
parents
e939e175
599c0eb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
36 deletions
+34
-36
docs/topics/credits.md
+2
-0
rest_framework/templates/rest_framework/login_base.html
+32
-36
No files found.
docs/topics/credits.md
View file @
2f54decd
...
@@ -122,6 +122,7 @@ The following people have helped make REST framework great.
...
@@ -122,6 +122,7 @@ The following people have helped make REST framework great.
*
Daniel Hepper -
[
dhepper
]
*
Daniel Hepper -
[
dhepper
]
*
Hamish Campbell -
[
hamishcampbell
]
*
Hamish Campbell -
[
hamishcampbell
]
*
Marlon Bailey -
[
avinash240
]
*
Marlon Bailey -
[
avinash240
]
*
James Summerfield -
[
jsummerfield
]
Many thanks to everyone who's contributed to the project.
Many thanks to everyone who's contributed to the project.
...
@@ -280,3 +281,4 @@ You can also contact [@_tomchristie][twitter] directly on twitter.
...
@@ -280,3 +281,4 @@ You can also contact [@_tomchristie][twitter] directly on twitter.
[
dhepper
]:
https://github.com/dhepper
[
dhepper
]:
https://github.com/dhepper
[
hamishcampbell
]:
https://github.com/hamishcampbell
[
hamishcampbell
]:
https://github.com/hamishcampbell
[
avinash240
]:
https://github.com/avinash240
[
avinash240
]:
https://github.com/avinash240
[
jsummerfield
]:
https://github.com/jsummerfield
rest_framework/templates/rest_framework/login_base.html
View file @
2f54decd
...
@@ -12,44 +12,40 @@
...
@@ -12,44 +12,40 @@
<body
class=
"container"
>
<body
class=
"container"
>
<div
class=
"container-fluid"
style=
"margin-top: 30px"
>
<div
class=
"container-fluid"
style=
"margin-top: 30px"
>
<div
class=
"row-fluid"
>
<div
class=
"well"
style=
"width: 320px; margin-left: auto; margin-right: auto"
>
<div
class=
"row-fluid"
>
<div
class=
"row-fluid"
>
<div>
<div
class=
"well"
style=
"width: 320px; margin-left: auto; margin-right: auto"
>
{% block branding %}
<h3
style=
"margin: 0 0 20px;"
>
Django REST framework
</h3>
{% endblock %}
<div
class=
"row-fluid"
>
</div>
<div>
</div>
<!-- /row fluid -->
{% block branding %}
<h3
style=
"margin: 0 0 20px;"
>
Django REST framework
</h3>
{% endblock %}
<div
class=
"row-fluid"
>
<div>
<form
action=
"{% url 'rest_framework:login' %}"
class=
" form-inline"
method=
"post"
>
{% csrf_token %}
<div
id=
"div_id_username"
class=
"clearfix control-group"
>
<div
class=
"controls"
>
<Label
class=
"span4"
>
Username:
</label>
<input
style=
"height: 25px"
type=
"text"
name=
"username"
maxlength=
"100"
autocapitalize=
"off"
autocorrect=
"off"
class=
"textinput textInput"
id=
"id_username"
>
</div>
</div>
<div
id=
"div_id_password"
class=
"clearfix control-group"
>
<div
class=
"controls"
>
<Label
class=
"span4"
>
Password:
</label>
<input
style=
"height: 25px"
type=
"password"
name=
"password"
maxlength=
"100"
autocapitalize=
"off"
autocorrect=
"off"
class=
"textinput textInput"
id=
"id_password"
>
</div>
</div>
</div>
<input
type=
"hidden"
name=
"next"
value=
"{{ next }}"
/>
</div>
<!-- /row fluid -->
<div
class=
"form-actions-no-box"
>
<input
type=
"submit"
name=
"submit"
value=
"Log in"
class=
"btn btn-primary"
id=
"submit-id-submit"
>
<div
class=
"row-fluid"
>
<div>
<form
action=
"{% url 'rest_framework:login' %}"
class=
" form-inline"
method=
"post"
>
{% csrf_token %}
<div
id=
"div_id_username"
class=
"clearfix control-group"
>
<div
class=
"controls"
>
<Label
class=
"span4"
>
Username:
</label>
<input
style=
"height: 25px"
type=
"text"
name=
"username"
maxlength=
"100"
autocapitalize=
"off"
autocorrect=
"off"
class=
"textinput textInput"
id=
"id_username"
>
</div>
</div>
<div
id=
"div_id_password"
class=
"clearfix control-group"
>
<div
class=
"controls"
>
<Label
class=
"span4"
>
Password:
</label>
<input
style=
"height: 25px"
type=
"password"
name=
"password"
maxlength=
"100"
autocapitalize=
"off"
autocorrect=
"off"
class=
"textinput textInput"
id=
"id_password"
>
</div>
</div>
<input
type=
"hidden"
name=
"next"
value=
"{{ next }}"
/>
<div
class=
"form-actions-no-box"
>
<input
type=
"submit"
name=
"submit"
value=
"Log in"
class=
"btn btn-primary"
id=
"submit-id-submit"
>
</div>
</form>
</div>
</div>
</form>
</div>
<!-- /.row-fluid -->
</div>
</div>
<!--/.well-->
</div>
<!-- /row fluid -->
</div>
<!-- /.row-fluid -->
</div>
<!--/span-->
</div>
<!-- /.container-fluid -->
</div>
<!-- /.row-fluid -->
</div>
</div>
</body>
</body>
</html>
</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