Browse Source

Changed comment type

Rafał Pitoń 11 years ago
parent
commit
40d4683303
1 changed files with 1 additions and 3 deletions
  1. 1 3
      misago/views/errorpages.py

+ 1 - 3
misago/views/errorpages.py

@@ -17,9 +17,7 @@ def page_not_found(request):
     return _error_page(request, 404)
 
 
-"""
-Decorators for custom error page handlers
-"""
+# Decorators for custom error page handlers
 from misago.views.utils import is_request_to_misago