{% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same.
This commit is contained in:
parent
ce0a012e51
commit
308818bd5d
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ with evennia set up automatically and get the Evennia JS lib and
|
|||
JQuery available.
|
||||
-->
|
||||
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<title> {{game_name}} </title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue