Browse Source

commenta todas as entradas css e js em base.html

pull/2485/head
Leandro Roberto 7 years ago
parent
commit
e65faf75e2
  1. 11
      sapl/templates/base.html

11
sapl/templates/base.html

@ -1,5 +1,5 @@
<!DOCTYPE html>
{% load i18n staticfiles sass_tags menus %}
{% load i18n staticfiles menus %}
{% load common_tags %}
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
@ -14,6 +14,8 @@
<link rel="icon" href="{% static 'img/favicon.ico' %}" type="image/png" >
{# Styles #}
{% comment "" %}
<link rel="stylesheet" href="{% static 'components-font-awesome/css/font-awesome.css' %}">
<link rel="stylesheet" href="{% sass_src 'bootstrap-sass/assets/stylesheets/_bootstrap.scss' %}" type="text/css">
<link rel="stylesheet" href="{% static 'drunken-parrot-flat-ui/css/drunken-parrot.css' %}">
@ -24,6 +26,7 @@
{# Scripts #}
{# modernizr must be in head (see http://modernizr.com/docs/#installing) #}
{% endcomment %}
{% endblock %}
</head>
@ -228,6 +231,8 @@
{% endif %}
{% block foot_js %}
{% comment "" %}
<!-- Bootstrap core JavaScript ================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="{% static 'bootstrap-sass/assets/javascripts/bootstrap.min.js' %}"></script>
@ -241,9 +246,13 @@
<script src="{% static 'tinymce/tinymce.min.js' %}"></script>
<script type="text/javascript" src="{% static 'jsdiff/diff.min.js' %}"></script>
<script type="text/javascript" src="{% static 'drunken-parrot-flat-ui/js/checkbox.js' %}"></script>
<script type="text/javascript" src="{% static 'drunken-parrot-flat-ui/js/radio.js' %}"></script>
<script type="text/javascript" src="{% static 'js/app.js' %}"></script>
<script type="text/javascript" src="{% static 'jquery-query-object/jquery.query-object.js' %}"></script>
{% endcomment %}
{% block extra_js %}{% endblock %}

Loading…
Cancel
Save