Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
Correção de bug no formulário, adição do token CSRF
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Sep 18, 2010
1 parent 200f8f1 commit e5ecc14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projetos/templates/novo_projeto.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<body id="">
<h1 id="">Cadastro de novo Projeto</h1>
<form action="" method="post" accept-charset="utf-8">
{{ form.csrf_token }}
{{ render_field(form.nome) }}
{{ render_field(form.descricao) }}
<p><input type="submit" value="Cadastrar"/></p>
Expand Down

0 comments on commit e5ecc14

Please sign in to comment.