add proposal leave template
This commit is contained in:
parent
32155ff1ea
commit
8bd7998034
1 changed files with 13 additions and 0 deletions
13
symposion/templates/proposals/proposal_leave.html
Normal file
13
symposion/templates/proposals/proposal_leave.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% 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 %}
|
Loading…
Reference in a new issue