mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
This commit is contained in:
parent
98b32580b5
commit
f45aa57751
21 changed files with 0 additions and 0 deletions
|
|
@ -1,9 +0,0 @@
|
|||
from apps.config.models import ConfigValue
|
||||
|
||||
def general_context(request):
|
||||
"""
|
||||
Returns common Evennia-related context stuff.
|
||||
"""
|
||||
return {
|
||||
'game_name': ConfigValue.objects.get_configvalue('site_name'),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue