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

Change settings for {% if community.creator %}{{ community.creator }}'s{% else %}this{% endif %} community

  • 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 %}
    {% endblock %}