mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 11:49:56 +02:00
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:
@@ -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 %}
|
||||
|
@@ -1,6 +1,5 @@
|
||||
{% extends "helpdesk/public_base.html" %}
|
||||
{% load i18n bootstrap %}
|
||||
{% load url from future %}
|
||||
|
||||
{% block helpdesk_body %}
|
||||
|
||||
|
Reference in New Issue
Block a user