Minor template tidy
This commit is contained in:
parent
5b7a9c0855
commit
c984727de5
|
@ -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>
|
||||
{{ 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>
|
||||
|
|
Loading…
Reference in New Issue