Merge git://192.168.0.77/home/gabriel/Desktop/Projetos/eventmanager
[cascardo/eventmanager.git] / templates / inscrever_palestra.html
index 0342891..241843a 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Submeter trabalho</h2>
+
 {% if ok %}
 
 <div class="confirmation">
@@ -11,7 +13,7 @@
 
 <form id="cadastro" method="post" action=".">
     {{ form.as_p }}
-    <input type="submit" value="Ok!" />
+    <input type="submit" value="Enviar" />
 </form>
 
 {% endif %}