{% extends "closedverse_main/layout.html" %} {% block main-body %}{% load closedverse_user %}{% load closedverse_tags %}{% load closedverse_community %} {% if not request.user == community.creator %}

Mods and staff members can edit communities.

{% endif %} {% community_sidebar community request %}

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

  • Set name:

  • Community description:

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

    Require login:

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

    I plan on removing this feature as it's implemented in an extremely janky way. Or at least improving it, so you are no longer forced to sign in to view yeahs from anyone. The whole idea behind this feature is to prevent web crawling or unauthorized third parties from seeing content without an account.

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