{% extends "closedverse_main/layout.html" %} {% block main-body %}{% load closedverse_user %}{% load closedverse_tags %}

Create a new community

Create your own community that you can edit here! Each community will cost you one Community Token.

  • Set name:

    {{ form.name }}
  • Community description:

    {{ form.description }}
  • {% if request.user.has_freedom %}
  • {% endif %}
  •  

    {{ form.require_auth }}Require login:

    If this is on, users will need to sign in to view your community.

  • Platform

    {{ form.platform }}

    If your community is for a video game, you can set the platform here. This will show an icon corresponding to what platform you pick.

  • {% csrf_token %}

    You have {{ tokens }} token(s) remaining

    {% endblock %}