{% extends "base.html" %} {% block content %}

Change topics order

Drag topic titles to reoder them. Press submit when done. The topics will appear to users in the order set here.

{% for topic in topics %}
{{ topic['name'] }}
{{ topic.description }}
{% endfor %}
{% endblock %}