Moved our generated bootstrap and bootstrap-theme css files to the CDN area.
- Legacy-Id: 9903
This commit is contained in:
parent
3845e14500
commit
6605c03f83
|
@ -18,8 +18,8 @@
|
|||
{% endcomment %}
|
||||
|
||||
<link rel="stylesheet" href="{% static 'font-awesome/css/font-awesome.min.css' %}">
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap-theme.min.css' %}">
|
||||
<link rel="stylesheet" href="/css/ietf.css">
|
||||
<style>
|
||||
{% block morecss %}{% endblock %}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
{% load origin %}{% origin %}
|
||||
{% load staticfiles %}
|
||||
<html> <head>
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css"> {% comment %} This sets box-sizing: border-box {% endcomment %}
|
||||
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}"> {% comment %} This sets box-sizing: border-box {% endcomment %}
|
||||
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap-theme.min.css' %}">
|
||||
<script src="{% static 'jquery/jquery.min.js' %}"></script>
|
||||
<script src="{% static 'bootstrap/js/bootstrap.min.js' %}"></script>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in a new issue