mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-13 01:19:00 +01: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:
parent
307e9446a2
commit
e732b511e1
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user