Skip to content
Snippets Groups Projects
Commit 04ee8894 authored by Awais Qureshi's avatar Awais Qureshi
Browse files

BOM-1895

{% load staticfiles %} is deprecated in favor of {% load static %}.
parent ac10f0bc
No related branches found
Tags release-2020-05-11-09.51
No related merge requests found
{% extends "main_django.html" %}
{% load i18n staticfiles %}
{% load i18n static %}
{% load django_markup %}
{% block title %}{% trans "Signed Out" as tmsg %}{{ tmsg | force_escape }} | {{ block.super }}{% endblock %}
......
<!DOCTYPE html>
{% load sekizai_tags i18n configuration theme_pipeline optional_include staticfiles %}
{% load sekizai_tags i18n configuration theme_pipeline optional_include static %}
<html lang="{{LANGUAGE_CODE}}">
<head>
<meta charset="UTF-8">
......
{% extends "main_django.html" %}
{% with online_help_token="wiki" %}
{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load staticfiles %}
{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load static %}
{% block title %}
{% block pagetitle %}{% endblock %} | {% trans "Wiki" as tmsg%}{{tmsg|force_escape}} | {% platform_name %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment