adding a way to a normal user subscribe comment on talks
[cascardo/ema.git] / eventos / templates / eventos / subscribe.html
diff --git a/eventos/templates/eventos/subscribe.html b/eventos/templates/eventos/subscribe.html
new file mode 100644 (file)
index 0000000..640f90d
--- /dev/null
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+
+{% block content %}
+<h2>Inscrição</h2>
+
+Atualmente esse cadastro servirá apenas para você poder avaliar os
+trabalhos propostos, porém assim que as inscrições estiverem
+liberadas, os dados preenchidos aqui serão reaproveitados, ou seja,
+você não precisará se cadastrar novamente.
+
+<form id="subscribe" method="post" action="./">
+  {{ form.as_p }}
+  <input type="submit" value="Ok" />
+</form>
+{% endblock %}