Rafał Pitoń 11 years ago
parent
commit
282928b5bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misago/core/decorators.py

+ 1 - 0
misago/core/decorators.py

@@ -1,5 +1,6 @@
 from django.shortcuts import render
 from django.shortcuts import render
 
 
+
 def require_POST(f):
 def require_POST(f):
     def decorator(request, *args, **kwargs):
     def decorator(request, *args, **kwargs):
         if not request.method == 'POST':
         if not request.method == 'POST':