aboutsummaryrefslogtreecommitdiff
path: root/glifestream/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'glifestream/templates/base.html')
-rw-r--r--glifestream/templates/base.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/glifestream/templates/base.html b/glifestream/templates/base.html
index 8ddfdc7..5ba9105 100644
--- a/glifestream/templates/base.html
+++ b/glifestream/templates/base.html
@@ -1,4 +1,4 @@
-{% load i18n static %}{% load url from future %}{% load firstof from future %}<!DOCTYPE html>
+{% load i18n media static pipeline %}{% load url from future %}{% load firstof from future %}<!DOCTYPE html>
<html>
<head>
@@ -12,9 +12,8 @@
<link rel="canonical" href="{{ page.canonical_link }}">{% endif %}
<link rel="alternate" type="application/atom+xml" title="Webfeed" href="{% if page.exactentry %}{% url 'index' %}{% endif %}?format=atom">
<link rel="stylesheet" type="text/css" href="{% get_static_prefix %}themes/{% firstof page.theme "default" %}/style.css">
- <script type="text/javascript" src="{% static "js/jquery.js" %}"></script>
- <script type="text/javascript" src="{% static "js/glifestream.js" %}"></script>{% if authed %}
- <script type="text/javascript" src="{% static "js/tinymce/tinymce.min.js" %}"></script>{% endif %}
+ {% javascript 'main' %}{% if authed %}
+ <script type="text/javascript" src="{% static_hash js/tinymce/tinymce.min.js %}"></script>{% endif %}
</head>
<body>

Return to:

Send suggestions and report system problems to the System administrator.