Minor template tidy

This commit is contained in:
tobes 2012-08-16 08:56:25 +01:00
parent 5b7a9c0855
commit c984727de5
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
{% import 'macros/autoform.html' as autoform %}
<form id="source-new" class="form-horizontal" method="post">
{{ autoform.generate(form_items, data, errors, error_summary) }}
<input id="save" name="save" value="Save" type="submit" class="btn"/> or <a href="/harvest">Return to the harvest sources list</a>
</form>