{% extends "mod_base.html" %} {% block title %}Modify moderator{% endblock %} {% block content %}

Modify moderator

[Back]

Changing moderator {{ moderator.username }}

Assigned to these boards:
{{ csrf_html() }}
Add board to moderator {{ csrf_html() }}


Roles:
{{ csrf_html() }}
Add role to moderator {{ csrf_html() }} Available roles: {{ all_roles }}


Change password {{ csrf_html() }}



{{ csrf_html() }}
This will permanently delete the moderator!
{% endblock %}