Adição de títulos nas seções...
authorLincoln de Sousa <lincoln@archlinux-br.org>
Wed, 15 Aug 2007 23:32:36 +0000 (20:32 -0300)
committerLincoln de Sousa <lincoln@archlinux-br.org>
Wed, 15 Aug 2007 23:32:36 +0000 (20:32 -0300)
templates/cadastro.html
templates/chamada_trabalhos.html
templates/editar_palestrante.html
templates/inscrever_palestra.html
templates/inscricao.html
templates/meus_trabalhos.html

index 4eef47a..bbbde90 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Inscrição do Palestrante</h2>
+
 {% if ok %}
 
 <div class="confirmation">
index 55b5733..1550429 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Chamada de trabalhos</h2>
+
 Texto aqui!
 
 <a href="/cadastro_palestrante">Cadastrar palestrante</a>
index 40c2336..81e4c9f 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Editar Palestrante</h2>
+
 {% if ok %}
 
 <div class="confirmation">
index 0342891..58a81a3 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Submeter trabalho</h2>
+
 {% if ok %}
 
 <div class="confirmation">
index edb3a22..33e3de0 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Inscrição do participante</h2>
+
 {% if ok %}
 
 <div class="confirmation">
index 69265e4..84af9da 100644 (file)
@@ -1,9 +1,10 @@
 {% extends "base.html" %}
 {% block content %}
 
+<h2>Trabalhos Inscritos</h2>
+
 {% if trabalhos %}
 
-    <h2>Trabalhos</h2>
     <ul>
     {% for i in trabalhos %}
         <li><a href="/trabalhos/{{ i.id }}">{{ i }}</a></li>