Revert partially commit 558ca2b14a

This commit is contained in:
Benjamin Dauvergne 2014-01-23 19:23:32 +01:00
parent da0f330ba4
commit 42bea2b8f9
2 changed files with 1 additions and 4 deletions

View File

@ -5,9 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% trans "site_title" %} — {% block title %}{% endblock %}</title>
{% block jquery_script %}
<script>//<![CDATA[
if(!window.jQuery) document.write('<scr'+'ipt src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></scr'+'ipt>');
//]]></script>
<script src="{{ STATIC_URL }}jquery/js/jquery-1.6.2.min.js" type="text/javascript"></script>
{% endblock %}
{% block extra_scripts %}
{% endblock %}

View File

@ -185,7 +185,6 @@ def send_file(request, file_type_id):
recipients_count=recipients_count)
return redirect('outbox')
except Exception:
raise
import logging
logging.getLogger(__name__).exception('unable to create a new document')