#565 set value of commit message to the placeholder text
Merged by pingou. Opened by ryanlerch.
ryanlerch/pagure issue438  into  master

Download 565.patch
no initial comment

response to https://pagure.io/pagure/issue/438

CHanging the default commit message to be the same as the placeholder.

Could be done using the same construct as before:

  {{ form.commit_title.data if form.commit_title.data else 'Update %s' filename }}

awesome, thanks!

updated the commit to use that construct.

Perfect, thanks!

Metadata