improved design of the form elements

This commit is contained in:
2016-04-27 07:23:28 +02:00
parent ca7166f731
commit 3e2d62b28f
13 changed files with 73 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
<form class='form-horizontal' method="POST">
{{ form.hidden_tag() }}
{{ render_field_with_errors(form.name) }}
<input type="submit" value="Go">
{{ render_field_with_errors(form.submit) }}
</form>