Changeset - 8bd7998034b5
[Not reviewed]
0 0 1
Luke Hatcher - 12 years ago 2012-08-24 15:46:17
lukeman@gmail.com
add proposal leave template
1 file changed with 13 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion/templates/proposals/proposal_leave.html
Show inline comments
 
new file 100644
 
{% extends "proposals/base.html" %}
 

	
 
{% load uni_form_tags %}
 

	
 
{% block body %}
 
    <h3>Leaving {{ proposal.title }}</h3>
 
    
 
    <form method="POST" action="" enctype="multipart/form-data">
 
        {% csrf_token %}
 
        <p>Are you sure you wish to leave as a speaker on <b>{{ proposal.title }}</b>?</p>
 
        <input type="submit" class="btn btn-primary" value="I am sure" />
 
    </form>
 
{% endblock %}
0 comments (0 inline, 0 general)