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
45b5f23f
Commit
45b5f23f
authored
Oct 31, 2014
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to bootstrap 3. Closes #1085
parent
25470123
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
+1
-2
rest_framework/static/rest_framework/css/bootstrap.min.css
+0
-0
rest_framework/static/rest_framework/js/bootstrap.min.js
+0
-0
rest_framework/templates/rest_framework/base.html
+1
-2
No files found.
rest_framework/static/rest_framework/css/bootstrap.min.css
View file @
45b5f23f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
rest_framework/static/rest_framework/js/bootstrap.min.js
View file @
45b5f23f
This diff is collapsed.
Click to expand it.
rest_framework/templates/rest_framework/base.html
View file @
45b5f23f
...
@@ -15,8 +15,7 @@
...
@@ -15,8 +15,7 @@
{% block style %}
{% block style %}
{% block bootstrap_theme %}
{% block bootstrap_theme %}
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
rest_framework
/
css
/
bootstrap
.
min
.
css
"
%}"
/>
<!--<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/bootstrap.min.css" %}"/>-->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
rest_framework
/
css
/
bootstrap-tweaks
.
css
"
%}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
rest_framework
/
css
/
bootstrap-tweaks
.
css
"
%}"
/>
{% endblock %}
{% endblock %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
rest_framework
/
css
/
prettify
.
css
"
%}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
rest_framework
/
css
/
prettify
.
css
"
%}"
/>
...
...
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