Remove unused translation library from template

This commit is contained in:
Roberto Rosario
2014-10-25 02:51:23 -04:00
parent 20fb9dffbd
commit 13b664465e

View File

@@ -1,11 +1,9 @@
{% extends 'main/base.html' %}
{% load i18n %}
{% load navigation_tags %}
{% load subtemplates_tags %}
{% block title %} :: {% blocktrans with title as title %}{{ title }}{% endblocktrans %}{% endblock %}
{% block title %} :: {{ title }}{% endblock %}
{% block sidebar %}
{% for subtemplate in sidebar_subtemplates_list %}