Alterados nomes dos botões.
authorSamuel Vale <srcvale@minaslivre.org>
Wed, 15 Aug 2007 23:52:37 +0000 (20:52 -0300)
committerSamuel Vale <srcvale@minaslivre.org>
Wed, 15 Aug 2007 23:52:37 +0000 (20:52 -0300)
templates/cadastro.html
templates/editar_palestrante.html
templates/inscrever_palestra.html

index bbbde90..9027481 100644 (file)
@@ -15,7 +15,7 @@
 
 <form id="cadastro" method="post" action=".">
     {{ form.as_p }}
-    <input type="submit" value="Ok!" />
+    <input type="submit" value="Enviar" />
 </form>
 
 {% endif %}
index 81e4c9f..b92c0ec 100644 (file)
@@ -13,7 +13,7 @@
 
 <form id="cadastro" method="post" action=".">
     {{ form.as_p }}
-    <input type="submit" value="Ok!" />
+    <input type="submit" value="Salvar" />
 </form>
 
 {% endif %}
index 58a81a3..241843a 100644 (file)
@@ -13,7 +13,7 @@
 
 <form id="cadastro" method="post" action=".">
     {{ form.as_p }}
-    <input type="submit" value="Ok!" />
+    <input type="submit" value="Enviar" />
 </form>
 
 {% endif %}