{% extends "base.html" %} {% block title %}Edit thematic area{% endblock %} {% block content %}

Edit thematic area

Correct spelling or update display order. Slug changes affect internal links — edit only if necessary.

Status: {% if area.is_active %} Active {% else %} Obsolete — not offered to new learners {% endif %}

Must be unique among all thematic areas.

Manage modules Back to areas

Offering status

{% if area.is_active %}

Mark obsolete when LCAF no longer offers this area. Attendance and progress data are preserved.

{% else %}

This area is obsolete. Reactivate to offer it again to new learners.

{% endif %}
{% endblock %}