Sorry, the owner of that world has made it only visible to members. {% if user.is_authenticated %} Go back to the main world, perhaps. {% else %} Perhaps login or create an account.
Or, go back to the main world. {% endif %}
{% extends "base.html" %} {% block title %} Profile | {{ block.super }} {% endblock %} {% block header %}
Sorry, the owner of that world has made it only visible to members. {% if user.is_authenticated %} Go back to the main world, perhaps. {% else %} Perhaps login or create an account.
Or, go back to the main world. {% endif %}