Load static instead of admin_static (deprecated in Django 2.1)

This commit is contained in:
Marco Bonetti 2018-05-18 09:39:48 +02:00
parent 0a6dfaeb32
commit 03ee5142b0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>{% load admin_static %}
<!DOCTYPE html>{% load static %}
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{% block pagetitle %}Rosetta{% endblock %}</title>

View file

@ -1,4 +1,4 @@
{% extends "rosetta/base.html" %}{% load admin_static %}
{% extends "rosetta/base.html" %}{% load static %}
{% load rosetta i18n %}
{% block header %}