From fd86a7ef36b2f6783112a8103896919199d2cec1 Mon Sep 17 00:00:00 2001 From: Vincent Le Goff Date: Sun, 17 Sep 2017 14:19:44 +0200 Subject: [PATCH] Update wording for the custom menu partial --- evennia/web/website/templates/website/_menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/web/website/templates/website/_menu.html b/evennia/web/website/templates/website/_menu.html index 47dbf9575a..8430d0f805 100644 --- a/evennia/web/website/templates/website/_menu.html +++ b/evennia/web/website/templates/website/_menu.html @@ -1,6 +1,6 @@ {% comment %} Allow to customize the menu that appears at the top of every Evennia -webpage. You could copy this file in your mygame's web/template_overrides/website +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 %}