diff --git a/evennia/web/website/templates/website/evennia_admin.html b/evennia/web/website/templates/website/evennia_admin.html index b9a04fd739..04a8d64cf0 100644 --- a/evennia/web/website/templates/website/evennia_admin.html +++ b/evennia/web/website/templates/website/evennia_admin.html @@ -1,26 +1,48 @@ {% extends "base.html" %} {% block content %}
-
-

Admin

- Welcome to the Evennia Admin Page. Here, you can edit many facets of players, characters, and other parts of the game. +
+
+
+

Admin

+

+ Welcome to the Evennia Admin Page. Here, you can edit many facets of players, characters, and other parts of the game. +

-

Players

- Players are user accounts. Players can have several characters under them. A user's login and password information can be changed here. +
-

Objects

- Objects include everything from characters to rooms to exits. +

+

Players

+ Players are user accounts. Players can have several characters under them. A user's login and password information can be changed here. +

-

Scripts

- Scripts are meta objects used to store game information, handle special functionality or perform timed actions. +

+

Objects

+ Objects include everything from characters to rooms to exits. +

-

Channels

- Channels are used for player communications. +

+

Scripts

+ Scripts are meta objects used to store game information, handle special functionality or perform timed actions. +

-

Help Topics

+

+

Channels

+ Channels are used for player communications. +

-

If you are an advanced user who needs access to the raw Django Admin, it is available here. - You can make this the default my changing EVENNIA_ADMIN to False in settings.py and reload.

+

+

Help Topics

+ Help entries are custom entries added to the player help system. +

+
+ +

+ If you are an advanced user who needs access to the raw Django Admin, it is available here. + You can make this the default my changing EVENNIA_ADMIN to False in settings.py and reload. +

+
+
{% endblock content %}