From 503c74462dbba7828a6a145c353733f8ae5cf6d0 Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Mon, 11 Aug 2014 16:17:34 -0300 Subject: [PATCH] Fix css include bug in converse.js --- src/templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 536d0a1..ee014ce 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -22,8 +22,6 @@ href="{{ STATIC_URL }}third-party/font-awesome/css/font-awesome.min.css" type="text/css" media="screen" /> - @@ -38,6 +36,9 @@ {% conversejs_static %} {% endif %} + + {% endblock %} -- libgit2 0.21.2