fix(templates): Make it compatible with modern django

This commit is contained in:
Tom Hubrecht 2024-10-23 13:17:28 +02:00
parent f6df034eed
commit 900073d3ab
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="fr">

View file

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<nav class="navbar">
<div class="navbar-header">
<a class="navbar-brand" href="{% url "homepage" %}">

View file

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="fr">

View file

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<div id="sidebar" class="sidebar collapse">
<a href="javascript:void(0);" onclick="document.getElementById('sidebar').classList.toggle('collapse');" class="minimenu"><img src="{% static "img/minimenu.svg" %}"></a>
<ul class="nav nav-sidebar">