Commit b724aa737a856d58bad3180ba416fbe6980abfaf

Authored by Luciano Prestes
1 parent 73effbed

Remove browserid and conversejs from header and footer template

Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
colab/templates/footer.html
1 -{% load i18n browserid conversejs gravatar %} 1 +{% load i18n gravatar plugins %}
2 {% load static from staticfiles %} 2 {% load static from staticfiles %}
3 3
4 <div class="footer row"> 4 <div class="footer row">
colab/templates/header.html
1 -{% load i18n browserid conversejs gravatar plugins %} 1 +{% load i18n gravatar plugins %}
2 {% load static from staticfiles %} 2 {% load static from staticfiles %}
3 3
4 <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> 4 <nav class="navbar navbar-default navbar-fixed-top" role="navigation">