pushed from pidinti
[cascardo/eventmanager.git] / templates / editar_palestrante.html
index cafcf83..40c2336 100644 (file)
@@ -9,18 +9,10 @@
 
 {% 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="Ok!" />
+</form>
 
 {% endif %}