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 %}