{% extends "base.html" %} {% block title %} Options for "{{ world }}" | {{ block.super }} {% endblock %} {% block endhead %} {% endblock %} {% block header %}

Options for "{{ world }}"

« Back to profile {% endblock %} {% block content %}
Access
{% csrf_token %} Visitors who aren't members:
Features
Control what features are usable on your world. When a feature is set to "enabled", any visitor to the world can use it. Otherwise, it is only available for the owner.
{% csrf_token %}
Go to coordinates Transports you to any given coordinates on a world.
Create link to coordinates Make a letter link to a different part of the world.
Create link to URL Make a letter link to a URL.
Members
{% if members %} {% else %} None {% endif %} {% if add_member_message %}
{{ add_member_message }}
{% endif %}
{% csrf_token %}
{% endblock %} {% block endbody %} {% endblock %}