{% 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.

Delete category

{% endblock %}