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!