mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
{% 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>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Allow to customize the menu that appears at the top of every Evennia
|
|||
webpage. Copy this file to your game dir's web/template_overrides/website
|
||||
folder and edit it to add/remove links to the menu.
|
||||
{% endcomment %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
<nav class="navbar navbar-dark font-weight-bold navbar-expand-md">
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#menu-content" aria-controls="menu-content" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% load staticfiles sekizai_tags %}
|
||||
{% load static sekizai_tags %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue