Selaa lähdekoodia

auto commit

master
jfinn 8 kuukautta sitten
vanhempi
commit
935eeec4ff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/oscar/apps/catalogue/views.py

+ 1
- 1
src/oscar/apps/catalogue/views.py Näytä tiedosto

@@ -28,10 +28,10 @@ class ProductDetailView(DetailView):
28 28
     enforce_parent = False
29 29
 
30 30
     def get(self, request, *args, **kwargs):
31
-        print("GET ProductDetailView")
32 31
         """
33 32
         Ensures that the correct URL is used before rendering a response
34 33
         """
34
+        print("GET ProductDetailView")
35 35
         # pylint: disable=attribute-defined-outside-init
36 36
         self.object = product = self.get_object()
37 37
 

Loading…
Peruuta
Tallenna