From efb116b3b84a7c90812d2f02c51b612935755c0c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 11 2016 09:01:07 +0000 Subject: Fix typo in the edit_file template, thanks unit-tests --- diff --git a/pagure/templates/edit_file.html b/pagure/templates/edit_file.html index 7c47340..ab39427 100644 --- a/pagure/templates/edit_file.html +++ b/pagure/templates/edit_file.html @@ -72,7 +72,8 @@ + value="{{ form.commit_title.data if form.commit_title.data else + 'Update %s' % filename }}" />