{% extends 'base/base.html' %} {% load static %} {% block title %}Moderation - ThrillWiki{% endblock %} {% block content %}

Moderation Queue

  • {% if user.role == 'ADMIN' or user.role == 'SUPERUSER' %}
  • {% endif %}
{% include 'moderation/partials/submission_list.html' %}
{% endblock %} {% block extra_css %} {% endblock %}