Change default form buttons so Cancel is also a button.
This commit is contained in:
parent
85159d91bc
commit
bcf1032156
|
@ -12,7 +12,7 @@
|
||||||
% if form.creating and form.allow_successive_creates:
|
% if form.creating and form.allow_successive_creates:
|
||||||
${h.submit('create_and_continue', form.successive_create_label)}
|
${h.submit('create_and_continue', form.successive_create_label)}
|
||||||
% endif
|
% endif
|
||||||
<a href="${form.cancel_url}">Cancel</a>
|
<a href="${form.cancel_url}" class="button">Cancel</a>
|
||||||
</div>
|
</div>
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue