Before "Palestrante"... Not after it.
[cascardo/eventmanager.git] / templates / inscrever_palestra.html
index a771ca7..241843a 100644 (file)
@@ -1,17 +1,19 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Submeter trabalho</h2>
+
 {% if ok %}
 
 <div class="confirmation">
-    <p>Sua palestra foi cadastrada com sucesso!</p>
+    <p>Seu trabalho foi cadastrado com sucesso!</p>
 </div>
 
 {% else %}
 
 <form id="cadastro" method="post" action=".">
     {{ form.as_p }}
-    <input type="submit" value="Ok!" />
+    <input type="submit" value="Enviar" />
 </form>
 
 {% endif %}