Fix #1342 & #1390 & #1391 Can not edit CGUS in IE7 & Can not download import user file CSV example

This commit is contained in:
Nicolas Le Goff
2013-07-31 11:49:36 +02:00
parent 5ef603138e
commit e5719f9f92
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
{% for code, lang in languages %}
{% if code in cgus| keys %}
<li {{ code == current_locale ? 'class="current"' : ''}}>
<a href="#terms-{{ code }}">{{ lang }}</a>
<a class="no-ajax" href="#terms-{{ code }}">{{ lang }}</a>
</li>
{% endif %}
{% endfor %}