Files @ 04f246d85071
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/symposion/reviews/review_bulk_accept.html

Patrick Altman
Initial commit of the PinaxCon demo site
{% extends "symposion/reviews/base.html" %}

{% load bootstrap %}

{% block body %}

    <h1>Bulk Accept</h1>
    <form action="" method="POST" class="uniForm" accept-charset="utf-8">
        {% csrf_token %}
        {{ form|bootstrap }}
        <div class="form-actions">
            <input class="btn btn-primary" type="submit" name="submit" value="submit" />
        </div>
    </form>
{% endblock %}