From 42dc50060798082448ee81dc19e199fa922b8122 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 01 2016 08:16:16 +0000 Subject: Fix left-over from the UPLOAD_FOLDER to UPLOAD_FOLDER_URL change The old variable was still used in one template, the test checking that part was flawed and the test is now fixed --- diff --git a/pagure/templates/new_release.html b/pagure/templates/new_release.html index 6b3c766..a5187eb 100644 --- a/pagure/templates/new_release.html +++ b/pagure/templates/new_release.html @@ -27,7 +27,7 @@

After the upload the source will be available in the - + release folder .

diff --git a/pagure/templates/releases.html b/pagure/templates/releases.html index 9eae4da..8efb441 100644 --- a/pagure/templates/releases.html +++ b/pagure/templates/releases.html @@ -8,7 +8,7 @@

Releases -{% if config.get('UPLOAD_FOLDER_PATH') and config.get('UPLOAD_FOLDER') %} +{% if config.get('UPLOAD_FOLDER_PATH') and config.get('UPLOAD_FOLDER_URL') %} {% if g.repo_admin %}