diff --git a/symposion/templates/reviews/review_bulk_accept.html b/symposion/templates/reviews/review_bulk_accept.html index cd8b0282c4ff8d0cd1f8db8b1bfb5871665e881c..b70d7b43fbac9f4be1fa988e4dad4f7716a2fbf2 100644 --- a/symposion/templates/reviews/review_bulk_accept.html +++ b/symposion/templates/reviews/review_bulk_accept.html @@ -1,17 +1,15 @@ {% extends "reviews/base.html" %} -{% load uni_form_tags %} +{% load bootstrap_tags %} {% block body %}

Bulk Accept

{% csrf_token %} -
- {{ form|as_uni_form }} -
- -
-
+ {{ form|as_bootstrap }} +
+ +
{% endblock %}