refactor: Replace obsolete staticfiles template lib with static

This commit is contained in:
Jennifer Richards 2023-05-10 17:12:34 -03:00
parent 85d0934ba0
commit 163479bc06
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E
32 changed files with 32 additions and 32 deletions

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Announcement{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Areas{% endblock %}
{% block extrahead %}{{ block.super }}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Areas - People{% endblock %}
{% block extrahead %}{{ block.super }}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Areas - View{% endblock %}
{% block extrahead %}{{ block.super }}

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
{% load staticfiles %}
{% load static %}
<html lang="en">
<head>
<meta charset="utf-8">

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
{% load staticfiles %}
{% load static %}
<html lang="en">
<head>
<meta charset="utf-8">

View file

@ -1,7 +1,7 @@
{% extends "base_secr.html" %}
{% load i18n %}
{% load ietf_filters %}
{% load staticfiles %}
{% load static %}
{% block title %}{{ title }}{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} IETF Dashboard {% endif %}{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base_secr_bootstrap.html" %}
{% load i18n %}
{% load ietf_filters %}
{% load staticfiles %}
{% load static %}
{% block title %}{{ title }}{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} WG Chair Dashboard {% endif %}{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Confirm Cancel{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Confirm Delete{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Meetings - Add{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site_bootstrap.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Meetings{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Meetings - Blue Sheet{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Meetings - Edit{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Meetings{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Meetings{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles tz %}
{% load static tz %}
{% block title %}Meetings{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Meetings{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Rolodex - Add{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Rolodex - Edit{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Rolodex - Search{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Sessions - Confirm{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Sessions - Edit{% endblock %}
{% block extrahead %}{{ block.super }}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Sessions{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base_site.html" %}
{% load ietf_filters %}
{% load staticfiles %}
{% load static %}
{% block title %}Sessions{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Sessions- New{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Sessions{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Sessions - View{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Telechat{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015-2020, All Rights Reserved #}
{% load origin %}
{% load staticfiles %}
{% load static %}
{% load ietf_filters %}
{% load django_bootstrap5 %}
{% block title %}{{ schedule.name }}: IETF {{ meeting.number }} meeting agenda{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015-2020, All Rights Reserved #}
{% load origin %}
{% load staticfiles %}
{% load static %}
{% load ietf_filters %}
{% load django_bootstrap5 %}
{% block content %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2020, All Rights Reserved #}
{% load origin staticfiles django_bootstrap5 %}
{% load origin static django_bootstrap5 %}
{% block title %}
Approved Slides for {{ submission.session.meeting }} : {{ submission.session.group.acronym }}
{% endblock %}