Change settings save buttons back to real buttons

This commit is contained in:
Cadence Ember 2020-11-21 01:49:00 +13:00
parent 14c63031e0
commit 3af4b2f237
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
1 changed files with 2 additions and 2 deletions

View File

@ -164,5 +164,5 @@ html
.action-container
span.home-link-container: a(href=returnURL).home-link= `← ${ll.t_return}`
input(type="submit" value=ll.t_save formaction=stayAction).save-button
input(type="submit" value=ll.save_and_return).save-button
button(type="submit" formaction=stayAction).save-button= ll.t_save
button(type="submit").save-button= ll.save_and_return