trivial: load static module instead of deprecated staticfiles (#47131)

This commit is contained in:
Frédéric Péters 2020-09-24 08:50:12 +02:00
parent 49cea4dfab
commit e3e69ec3fe
15 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{% extends "authentic2/base.html" %}
{% load i18n %}
{% load staticfiles %}
{% load static %}
{% block extra-body-class %}{{ block.super }} login-page{% endblock %}

View File

@ -1,4 +1,4 @@
{% load gadjo staticfiles %}<!DOCTYPE html>
{% load gadjo static %}<!DOCTYPE html>
<html>
<head>
<script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">

View File

@ -1,4 +1,4 @@
{% load gadjo staticfiles %}
{% load gadjo static %}
<h2>CONNECTEZ-VOUS</h2>
<p>Pas de compte ? <a href="{{ registration_url }}">Créez un compte !</a>
<form method="post" action="" class="pk-mark-optional-fields">

View File

@ -1,4 +1,4 @@
{% load i18n staticfiles %}
{% load i18n static %}
<script type="text/javascript">
var mandaye_redirect_url = '{{force_redirect_url}}';

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
{% load gadjo i18n staticfiles %}
{% load gadjo i18n static %}
<html>
<head>
<meta charset="UTF-8"><!-- 🔥 -->

View File

@ -1,4 +1,4 @@
{% load gadjo i18n staticfiles %}
{% load gadjo i18n static %}
<form method="post" action="" class="pk-mark-optional-fields">
{% csrf_token %}
{{ form|with_template }}

View File

@ -1,5 +1,5 @@
{% extends 'authentic2/login_password_form.html' %}
{% load i18n staticfiles %}
{% load i18n static %}
{% block form %}

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<div class="oidc-button">
<a href="{% url "oidc-login" pk=provider.pk %}?{{ request.GET.urlencode }}">
<img src="{% static "sictiam/ozwillo.png" %}"/>

View File

@ -1,4 +1,4 @@
{% load gadjo i18n staticfiles %}
{% load gadjo i18n static %}
<div>
<form method="post" action="" class="pk-mark-optional-fields">
{% csrf_token %}

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}"/>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}"/>

View File

@ -1,4 +1,4 @@
{% load gadjo i18n staticfiles %}
{% load gadjo i18n static %}
<h2>Je midentifie et me connecte avec mes identifiants</h2>
<form method="post" action="" class="pk-mark-optional-fields">
{% csrf_token %}