adicionando template de email de confirmacão para o cadastro de palestrantes.
[cascardo/eventmanager.git] / templates / editar_palestrante.html
index cafcf83..b92c0ec 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Editar Palestrante</h2>
+
 {% if ok %}
 
 <div class="confirmation">
 
 {% else %}
 
-    {% if removed %}
-
-    <div class="confirmation">
-        <p>Seu cadastro foi removido com sucesso.</p>
-    </div>
-
-    {% else %}
-    <form id="cadastro" method="post" action=".">
-        {{ form.as_p }}
-        <input type="submit" value="Ok!" /> <input type="submit" name="delete-account" value="Remover cadastro" style="background: red; color: white;" />
-    </form>
-    {% endif %}
+<form id="cadastro" method="post" action=".">
+    {{ form.as_p }}
+    <input type="submit" value="Salvar" />
+</form>
 
 {% endif %}