Commit 8ba1ae64 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

staticfiles to static

parent fd292b36
......@@ -12,7 +12,7 @@
<link rel="icon" href="{% static 'images/m3.png' %}">
<title>Monitoreo de Multiples Medios</title>
{% load staticfiles %}
{% load static %}
<script type="text/javascript" src="{% static 'static_jquery/js/jquery.js' %}" ></script>
<script type="text/javascript" src="{% static 'admin/js/jquery.init.js' %}" ></script>
<link rel="stylesheet" href="{% static 'css/forms.css' %}">
......
{% extends "new/adminLTE2_base.html" %}
{% load staticfiles %}
{% load static %}
{% load humanize %}
{% block headMedia %}
<!-- Morris chart -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment