{% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same.

This commit is contained in:
trhr 2020-02-09 20:00:33 -06:00
parent ce0a012e51
commit 308818bd5d
3 changed files with 3 additions and 3 deletions

View file

@ -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>