File diff c6314ae230da → 1886323d7431
pinaxcon/templates/symposion/reviews/result_notification_prepare.html
Show inline comments
...
 
@@ -20,13 +20,13 @@
 
                {% endfor %}
 
            </table>
 
        </div>
 
        <div class="col-md-6">
 
            <h2>Email</h2>
 

	
 
            <form method="post" action="{% url "result_notification_send" section_slug status %}">
 
            <form class="form-horizontal" method="post" action="{% url "result_notification_send" section_slug status %}">
 

	
 
                {% csrf_token %}
 

	
 
                <label>From Address</label>
 
                <input type="text" name="from_address" class="span5" value="{{ notification_template.from_address }}" />
 
                <br/>