0342891b54253ba4fbe9c27d03815cfcc3d72d89
[cascardo/eventmanager.git] / templates / inscrever_palestra.html
1 {% extends "base.html" %}
2 {% block content %}
3
4 {% if ok %}
5
6 <div class="confirmation">
7     <p>Seu trabalho foi cadastrado com sucesso!</p>
8 </div>
9
10 {% else %}
11
12 <form id="cadastro" method="post" action=".">
13     {{ form.as_p }}
14     <input type="submit" value="Ok!" />
15 </form>
16
17 {% endif %}
18
19 {% endblock %}