diff options
| author | Tom Christie | 2014-10-31 14:56:41 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-10-31 14:56:41 +0000 | 
| commit | 45b5f23f3142c1b63258c8ad092887538eee5517 (patch) | |
| tree | 3634cc513b0a9deb3fb63820308f2ce15b651dc2 /rest_framework/templates | |
| parent | 254701230d85612cf0210d4549c2d74f410a181d (diff) | |
| download | django-rest-framework-45b5f23f3142c1b63258c8ad092887538eee5517.tar.bz2 | |
Update to bootstrap 3. Closes #1085
Diffstat (limited to 'rest_framework/templates')
| -rw-r--r-- | rest_framework/templates/rest_framework/base.html | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index dcb0da2c..58e7e86c 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -15,8 +15,7 @@              {% block style %}                  {% 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" %}"/>                  {% endblock %}                  <link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/prettify.css" %}"/> | 
