Sekizai
This commit is contained in:
parent
9837835e9e
commit
58f2d7cf74
4 changed files with 6 additions and 3 deletions
|
|
@ -718,6 +718,7 @@ TEMPLATES = [{
|
||||||
'django.contrib.auth.context_processors.auth',
|
'django.contrib.auth.context_processors.auth',
|
||||||
'django.template.context_processors.media',
|
'django.template.context_processors.media',
|
||||||
'django.template.context_processors.debug',
|
'django.template.context_processors.debug',
|
||||||
|
'sekizai.context_processors.sekizai',
|
||||||
'evennia.web.utils.general_context.general_context']
|
'evennia.web.utils.general_context.general_context']
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{% load staticfiles %}
|
{% load staticfiles sekizai_tags %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,4 @@ mock >= 1.0.1
|
||||||
pillow == 2.9.0
|
pillow == 2.9.0
|
||||||
pytz
|
pytz
|
||||||
future >= 0.15.2
|
future >= 0.15.2
|
||||||
|
django-sekizai
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,4 @@ mock >= 1.0.1
|
||||||
pillow == 2.9.0
|
pillow == 2.9.0
|
||||||
pytz
|
pytz
|
||||||
future >= 0.15.2
|
future >= 0.15.2
|
||||||
|
django-sekizai
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue