Remove unused translation library from template
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user