Merge pull request #743 from alphagov/hide-delivery-download-tour

Hide download CSV link when in the tour
This commit is contained in:
Chris Hill-Scott
2016-07-08 16:31:16 +01:00
committed by GitHub
8 changed files with 50 additions and 13 deletions

View File

@@ -186,3 +186,7 @@ class Spreadsheet():
file_type=extension,
file_content=file_content.getvalue()
).to_array(), filename)
def get_help_argument():
return request.args.get('help') if request.args.get('help') in ('1', '2', '3') else None