File diff 1f9ceed0e1f2 → 8cb9a41f410a
symposion/templates/reviews/result_notification.html
Show inline comments
...
 
@@ -4,25 +4,24 @@
 

	
 
{% block extra_style %}
 
    <style type="text/css">
 
        .table-striped tbody tr.selected td {
 
            background-color: #F7F4E6;
 
        }
 
    </style>
 
{% endblock %}
 

	
 
{% block body %}
 
    <h1>Result Notification</h1>
 
    
 
    
 
    <form method="post" action="{% url result_notification_prepare section_slug status %}">
 
        
 
        {% csrf_token %}
 
        
 
        <p>
 
            Select one or more proposals (<span class="action-counter">0</span> currently selected)
 
            <br/>
 
            then pick an email template
 
            <select name="notification_template">
 
                <option value="">[blank]</option>
 
                {% for template in notification_templates %}
 
                    <option value="{{ template.pk }}">{{ template.label }}</option>