diff --git a/evennia/web/templates/website/help_list.html b/evennia/web/templates/website/help_list.html index 378b938d3d..ec9c07b2b4 100644 --- a/evennia/web/templates/website/help_list.html +++ b/evennia/web/templates/website/help_list.html @@ -42,9 +42,9 @@ {% for object in web_help_category.list %}
  • {{ object|title }} - {% if object.web_get_update_url %} + {% if object.web_get_admin_url %} {% if user.is_staff %} - -edit- + -edit- {% endif %} {% endif %}