{% extends "constellation_base/base.html" %} {% block head %} {{ block.super }} {% load static %} {% endblock %} {% block js %}
{{ block.super }} {% load static %} {% endblock %} {% block content %}

Edit Board

{% csrf_token %} {{ form.active.as_hidden }}
{{ form.name }}
{{ form.desc }}
  • Group not_interested
    No Permissions
    visibility
    View Board
    add_box
    Add Cards
    swap_horiz
    Move Cards
    archive
    Archive Cards
    settings
    Manage Cards
    {% for group in groups %}
  • {{ group.name }}
  • {% endfor %}
{% endblock %}