{% extends "base.html" %} {% block title %}Edit category ยท Retain{% endblock %} {% block content %}

Category

Edit category

{% if error %}
{{ error }}
{% endif %}

Renaming a category also moves all categories below it.

Archive category branch

The category, every subcategory, and all their memories will move to the archive. You can restore or permanently delete them later.

{% endblock %}