adicionando url, view e template da chamada de trabalhos (falta texto)
authorLincoln de Sousa <pythonwarrior@pidinti.localdomain>
Mon, 13 Aug 2007 20:15:10 +0000 (17:15 -0300)
committerLincoln de Sousa <pythonwarrior@pidinti.localdomain>
Mon, 13 Aug 2007 20:15:10 +0000 (17:15 -0300)
templates/chamada_trabalhos.html [new file with mode: 0644]

diff --git a/templates/chamada_trabalhos.html b/templates/chamada_trabalhos.html
new file mode 100644 (file)
index 0000000..ff8ea9f
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% block content %}
+
+Texto aqui!
+
+<a href="/cadastro">Cadastrar palestrante</a>
+
+{% endblock %}