deprecated tags replaced in django 1.9 (ssi and url template tags are removed from the future template tag library)

This commit is contained in:
Alex Seeholzer 2015-11-16 16:09:47 +01:00
parent 307e9446a2
commit e732b511e1
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
{% load i18n %}
{% load url from future %}
{% load load_helpdesk_settings %}
{% load static from staticfiles %}
{% with request|load_helpdesk_settings as helpdesk_settings %}

View File

@ -1,6 +1,5 @@
{% extends "helpdesk/public_base.html" %}
{% load i18n bootstrap %}
{% load url from future %}
{% block helpdesk_body %}