From edafeeaec6d859e5c2d1f56e9784322ef32ac89e Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Fri, 6 Sep 2019 18:24:21 +0200
Subject: [PATCH] Try different type

---
 proceedings/templates/partials/proceedings/description.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proceedings/templates/partials/proceedings/description.html b/proceedings/templates/partials/proceedings/description.html
index 5af8682f3..2ac2c714a 100644
--- a/proceedings/templates/partials/proceedings/description.html
+++ b/proceedings/templates/partials/proceedings/description.html
@@ -27,7 +27,7 @@
       Prepare your manuscript according to <a href="{% url 'submissions:author_guidelines' %}">our guidelines</a>, using our template:
       <ul>
 	{% if proceedings.template_latex_tgz %}
-	  <li><a href="{{ proceedings.template_latex_tgz.url }}" type="application/octet-stream" download>LaTeX (gzipped tarball)</a></li>
+	  <li><a href="{{ proceedings.template_latex_tgz.url }}" type="application/gzip" download>LaTeX (gzipped tarball)</a></li>
 	{% else %}
 	  <li>Template will be available soon!</li>
 	{% endif %}
-- 
GitLab