From 08286d6d06d40b341b87df1035dba5b41cfbb13c Mon Sep 17 00:00:00 2001 From: Chris Church Date: Mon, 12 Dec 2016 14:56:49 -0500 Subject: [PATCH] Add valid 1px GIF as placeholder. --- awx/ui/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/conf.py b/awx/ui/conf.py index bac1709253..a8f8a42766 100644 --- a/awx/ui/conf.py +++ b/awx/ui/conf.py @@ -49,7 +49,7 @@ register( help_text=_('To set up a custom logo, provide a file that you create. For ' 'the custom logo to look its best, use a `.png` file with a ' 'transparent background. GIF, PNG and JPEG formats are supported.'), - placeholder='data:image/gif;base64,R0lGODlhAQABAAAAADs=', + placeholder='data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACwAAAAAAQABAAACAkQBADs=', category=_('UI'), category_slug='ui', feature_required='rebranding',