minor fixes
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 11 Oct 2011 10:31:23 +0000 (12:31 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 11 Oct 2011 10:31:23 +0000 (12:31 +0200)
apps/catalogue/templates/catalogue/base.html
apps/filebrowser/views.py

index 9b32fe7..f3ebcd9 100644 (file)
@@ -5,7 +5,6 @@
 <head>
     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
     {% compressed_css 'catalogue' %}
-    <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}style.css" />
     <title>{% block title %}{% trans "Platforma Redakcyjna" %}{% endblock title %}</title>
 </head>
 <body>
index 80ed696..6c1c92d 100644 (file)
@@ -252,7 +252,6 @@ def _upload_file(request):
     Upload file to the server.
     """
 
-    print 'a'
     from django.core.files.move import file_move_safe
 
     if request.method == 'POST':