diff --git a/templates/moderation/partials/coaster_fields.html b/templates/moderation/partials/coaster_fields.html index df87dd7c..4bd6ac4c 100644 --- a/templates/moderation/partials/coaster_fields.html +++ b/templates/moderation/partials/coaster_fields.html @@ -1,150 +1,135 @@ -
- -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
+{% load moderation_tags %} - -
+
+

Coaster Stats

+
-
+
-
+
-
+ +
+ + +
+ +
+ +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
diff --git a/templates/moderation/partials/submission_list.html b/templates/moderation/partials/submission_list.html index 2191e604..e1fc3f96 100644 --- a/templates/moderation/partials/submission_list.html +++ b/templates/moderation/partials/submission_list.html @@ -439,9 +439,52 @@ Approve - + + {% endif %} + + {% if user.role == 'MODERATOR' and submission.status != 'ESCALATED' %} + + {% endif %} +
+
+ {% endif %} + + + +{% empty %} +
+
+ +

No submissions found matching your filters.

+
+ +
+
+
+ Loading... +
+
+
+{% endfor %} + +{% block extra_js %} + +{% endblock %}