Added grade URL so admin can access information about schedule
[cascardo/eventmanager.git] / templates / inscrever_palestra.html
index da2e8b8..241843a 100644 (file)
@@ -1,6 +1,21 @@
 {% extends "base.html" %}
 {% block content %}
 
-{{ form.as_p }}
+<h2>Submeter trabalho</h2>
+
+{% if ok %}
+
+<div class="confirmation">
+    <p>Seu trabalho foi cadastrado com sucesso!</p>
+</div>
+
+{% else %}
+
+<form id="cadastro" method="post" action=".">
+    {{ form.as_p }}
+    <input type="submit" value="Enviar" />
+</form>
+
+{% endif %}
 
 {% endblock %}