SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit edafeeae authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Try different type

parent 9db1bc9e
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
Prepare your manuscript according to <a href="{% url 'submissions:author_guidelines' %}">our guidelines</a>, using our template: Prepare your manuscript according to <a href="{% url 'submissions:author_guidelines' %}">our guidelines</a>, using our template:
<ul> <ul>
{% if proceedings.template_latex_tgz %} {% 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 %} {% else %}
<li>Template will be available soon!</li> <li>Template will be available soon!</li>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment