summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html
index 141fee5..7a11db6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,11 +3,11 @@
<meta charset="utf-8">
<title>{% block title %}El Garito{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="StyleSheet" href="/static/estilos/bootstrap.min.css" type="text/css" />
- <link rel="StyleSheet" href="/static/estilos/bootstrap-responsive.min.css" type="text/css" />
- <link rel="StyleSheet" href="/static/estilos/elgarito.css" type="text/css" />
- <link rel="SHORTCUT ICON" href="/static/images/favicon.ico" />
- <link rel="icon" href="/static/images/favicon.ico" type="image/vnd.microsoft.icon" />
+ <link rel="StyleSheet" href="{{ STATIC_URL }}estilos/bootstrap.min.css" type="text/css" />
+ <link rel="StyleSheet" href="{{ STATIC_URL }}estilos/bootstrap-responsive.min.css" type="text/css" />
+ <link rel="StyleSheet" href="{{ STATIC_URL }}estilos/elgarito.css" type="text/css" />
+ <link rel="SHORTCUT ICON" href="{{ STATIC_URL }}images/favicon.ico" />
+ <link rel="icon" href="{{ STATIC_URL }}images/favicon.ico" type="image/vnd.microsoft.icon" />
{% block extra_header %}
{% endblock %}
</head>