{% extends 'base.html' %} {% block bodydata %} data-project-id="{{ project.id }}" data-project-locked="{{ project.islocked }}" {% endblock %} {% block title %} | Project: {{ project.name }} - Settings{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}

Settings

{% csrf_token %}

Be careful!

Activate the project

The project will accessible again.

Activate
Archive the project

The project will be no longer accessible.

Archive
Make the project public

Make this project visible to the general public.

Make public
Make the project private

Hide this project from the public.

Make private
Lock this project

Make sure the structure of this project will not change.

Lock this project
Unlock this project

Allow to edit the structure of this project.

Unlock this project
Delete project

Deleting a project cannot be undone. All data contributed to the project will be deleted too.

Delete this project
{% endblock %} {% block modals %} {% endblock %} {% block libraries %} {% endblock %}