From b724aa737a856d58bad3180ba416fbe6980abfaf Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Tue, 23 Jun 2015 14:53:52 -0300 Subject: [PATCH] Remove browserid and conversejs from header and footer template --- colab/templates/footer.html | 2 +- colab/templates/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colab/templates/footer.html b/colab/templates/footer.html index d833235..197c296 100644 --- a/colab/templates/footer.html +++ b/colab/templates/footer.html @@ -1,4 +1,4 @@ -{% load i18n browserid conversejs gravatar %} +{% load i18n gravatar plugins %} {% load static from staticfiles %}