{% extends 'sbas/base.html' %} {% block content %}

Merge Category

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

This admin tool will move all questions assigned to the Source category into the Target category. Optionally you may delete the Source category after the move.

{% csrf_token %}
{% endblock %}