mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-28 17:04:44 +00:00
Load static instead of admin_static (deprecated in Django 2.1)
This commit is contained in:
parent
0a6dfaeb32
commit
03ee5142b0
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "rosetta/base.html" %}{% load admin_static %}
|
||||
{% extends "rosetta/base.html" %}{% load static %}
|
||||
{% load rosetta i18n %}
|
||||
|
||||
{% block header %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue